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
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
Hi Elliott,
Thanks mate, that worked a charm!
Amazing service :)
Regards,
Manthan