Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #235523

    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

    #235720

    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

    #235778

    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

    #236409

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #main {
    padding-top: 86px;
    }

    Regards,
    Yigit

    #236427

    Great, this fixed the issue. Thanks guys!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Double line under header after update’ is closed to new replies.