Okay
  Public Ticket #192019
NavBar and Scrollbar
Closed

Comments

  • Christophe started the conversation

    Hi, 

    I am noticing a strange behaviour of the nav bar when scrolling up. I actually managed to capture a print screen (attached). What's wrong?

    Also how come I cannot style the navbar to blend with the rest of the content as it's done on this site http://roblutter.com/. I have a small line between the navbar and the rest of the content (is it a shadow?)

    Finally how can I disable the scrollbar I am happy with the default styling of the browser scrollbar.

    I am sure you have heard that a thousand time due to the success of this theme but it doesn't do any arm to repeat it again. Well done, great work!

    C

  •  8,838
    Tahir replied

    Hey Christophe!

    For the box shadow on header add this into the Custom CSS box located in your Salient Options panel:

    #header-outer {
    	box-shadow: none !important;
    	-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	}
    

    To remove the scrollbar you will have to turn off the smooth scrolling in Salient Theme options. 

    Cheers


    ThemeNectar Support Team