Transparent nav

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19519
    mhelvadjian
    Member

    Is it possible to have a transparent top nav so that the logo and menu items sit on the main image in the slider. And then when the page scrolls down, the header and logo changes colour etc.

    Thanks

    #19545
    Veena
    Moderator

    If you don’t have a header featured campaign then you can try the below custom CSS in themeoptions –

    #header {
        background: transparent;
        position: fixed;
    }
    #header.sticky {
        background: #383b3f;
    }
    #header-spacer {
        height: auto !important;
    }
    
    
    
    		
    	
    #19554
    mhelvadjian
    Member

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent nav’ is closed to new replies.