Hello. This looks fine on the active page, but when you hover over another menu item you’ll notice the Blue (Avia Bullet) is acting like a strike-through in the text. I know it’s an issue with position, size, or both…but I can’t seem to jar it loose.
ginamarotta.com
Appreciate any help.
Ryan
Hey Ryan!
Try adding this code to the Quick CSS:
#top .av-main-nav li:hover .avia-menu-fx {
opacity: 0;
visibility: hidden;
}
Cheers!
Josue
Thank you, but that does two things: a.) hides the Avia Bullet on all pages EXCEPT the Active page and b.) hides the Avia Bullet…which isn’t what I wanted to do. : )
Feel free to close this case. I figured it out via CSS Hero. Thank you.