Tagged: header
Hey guys, after updating to 2.6 my header now has a double line under it. It looked much cleaner with the single line it had before. Any way to get it back?
Here’s a screenshot of what I’m referring to: http://i.imgur.com/QjHNb1c.jpg
Thanks,
Tom
Hey tmunz!
Thank you for using the theme. I hope you’re doing great.
You can add this on Quick CSS or custom.css to remove the layer slider’s top border:
.avia-layerslider {
border-top: none;
}
Best regards,
Ismael
Hey Ismael, thanks for the response. This fixed the issue on the home page, but it still persists on every other page. Is there a way to remove the double border across the entire website?
Thanks,
Tom
Hi!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #main {
padding-top: 86px;
}
Regards,
Yigit
Great, this fixed the issue. Thanks guys!