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

    Hi guys,

    So I have the fullscreen slider as my homepage for my 1-page website with anchor tags for the menu links.

    Currently the menu links show the underline when I hover over them or am in that section. However, when I go all the way back to the top the first link is still underlined even though I am no longer in that section.

    If you look at my website you will see what I mean that the ‘About’ link and how it remains underlined if I go all the way back to the top of the website.

    I want the underline to be gone if I scroll all the way back to the top. Please help!

    Thanks in advance!

    Manthan

    • This topic was modified 10 years, 4 months ago by manthanmehta.
    #415503

    Hey manthanmehta!

    I see what you mean. The reason for that is people usually place a “Home” link in their menu as well.

    Try adding this to your custom CSS.

    .av_header_transparency .avia-menu-fx {
      display: none !important;
    }

    Best regards,
    Elliott

    #415625

    Hi Elliott,

    Thanks mate, that worked a charm!

    Amazing service :)

    Regards,
    Manthan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main menu underline on transparent header with anchor tags’ is closed to new replies.