Hello! I have made my header on my homepage transparent so that the slider appears at the top of the page and the menu shows over it – but I can’t seem to figure out how to get rid of the bottom border on the header, so there is just this line going across the screen over the slider where the bottom of the header would be if it weren’t transparent. Is there a way to get rid of this?
thanks!
Hey Board_the_Earth!
Can you please give us a link to the website? Please add this on Quick CSS or custom.css:
#header_main, #header_main_alternate, .avia-layerslider {
border: none;
}
Cheers!
Ismael
The site is http://www.visualimpactprint.com
That did help! Thank you! But I was also wondering how to make the header transparent and unfixed on the home page. As of yet I can only seem to do one or the other. I just want it so that on the home page the menu appears over the slider but when you scroll down on the page, the menu is obviously still there with a transparent bg, just floating over text and such.
thanks so much!
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .header-scrolled #header_main { display: none; }
Cheers!
Yigit
My hero! Thank you so much!