Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #481830

    Hi,
    I’m just starting a new page with your theme and I have a small issue.
    When you look at the demo page you will see the header above the background image. But there is this 1px border at the bottom of the header. How can I remove that? I have tried the inspector but cant seem to find the correct class / id.
    After the user scrolled and the header changed the border is fine. Just after loading the page I’d like to remove this line.

    Thanks!

    #481831

    Hey mtupuschies!

    Please add the following to your customCSS

    #header_main_alternate { border: none !important; }
    

    Let us know if that helped u out

    Regards,
    Basilis

    #481958

    Thank you for the fast response. Unfortunately that did not work.
    But I managed with:

    #top .av_header_glassy.av_header_transparency #header_main {
    border-style:none!important;
    }

    Regards,
    Marcel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header border css’ is closed to new replies.