Okay
  Public Ticket #1020249
Hide Logo when Scrolling Up
Closed

Comments

  •  2
    Paul started the conversation

    Hi. My client really doesn't like their logo showing after scroll - either up or down. I can only turn off the logo when scrolling down. Am I missing something, or can I add some custom code to tweak this? They obviously want the navigation to appear :)

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-hhun="1"] #header-outer.detached #logo {
        opacity: 0;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Paul replied

    Brilliant, that's worked a treat thanks!