Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #895814

    Hi guys! Is there a way to hide the main navigation on the homepage of this site? Can’t figure out the right CSS selector…thanks again in advance.

    #895927

    Hey bobfurgo,

    Add this to quick css:

    .home #header{
    display:none!important;
    }
    .home #main{
    margin-left:0px!important;
    }

    Best regards,
    Jordan Shannon

    #895933

    Thank you so much!

    #895954

    Hi,
    Glad Jordan was able to help, shall we close this then?

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.