Hello! Is it possible to remove the menu underline, but keep the small arrow? I would like to make this:
look like this:
I’ve been fiddling with the CSS, but no luck. All the topics I’ve found in the forum remove both the arrow and the underline. Any help would be much appreciated.
Thanks!
Hi pcglenn!
Thank you for visiting the support forum!
If you don’t mind we would like to see the actual website where you’re planning to implement this. Add this on Quick CSS or custom.css to make the background color of the hover effect transparent:
.header_color .avia-menu-fx {
background: transparent;
}
Cheers!
Ismael