Okay
  Public Ticket #3784288
logo is visible
Open

Comments

  •  3
    lukacsdaniel1 started the conversation

    Hi Support,

    When I scrolling down, the half logo is visible, but I don't want to see. I got this code frome you what is super: 

    #header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
        margin-bottom: -50px;
    }

    Can you help me, how can I change the code when I scrolling down the logo will be invisible?

    Thanks!

  •  8,937
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer.invisible #logo, #header-outer.invisible .logo-clone, #header-outer .logo-spacing {
        margin-bottom: 0px !important;
    }
    

    Thanks

     

     


    ThemeNectar Support Team 

  •  3,001
    Andrew replied

    Hi Daniel,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #header-outer.scrolling #logo, #header-outer.scrolling .logo-clone, #header-outer.scrolling .logo-spacing {
        margin-bottom: 0px;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Thanks,

  •  3
    lukacsdaniel1 replied

    Hi all, thank you so much, it's awesome!

  •  1,918
    Judith replied

    Hi there,

    You're welcome.

     If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,