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.
Hey bobfurgo,
Add this to quick css:
.home #header{
display:none!important;
}
.home #main{
margin-left:0px!important;
}
Best regards,
Jordan Shannon
Thank you so much!