Okay
  Public Ticket #1585912
Remove Header at start
Closed

Comments

  • JohnToth11 started the conversation

    I want to remove the header from the initial start of the website and have it only activated on scroll. Or find a way to make the initial title text completely transparent. 

    Thanks.

  •  9,219
    Tahir replied

    Hey J,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer.transparent .sf-menu {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  • JohnToth11 replied

    Thanks, worked wonderfully!