Hi,
a simple question: how can i change the color of the underline in main menu (in hover and active status) to the current red in white?
This is a pic of the part i want to change:
my goal is to make it invisible, since my site is developed – almost – completely on one page and the menu items remains – almost – all active. So I thought to eliminate the problem of eliminating the decoration, but I also thought that would be easier to color it white.
I would like to get rid of ONLY the effect on the bottom line, while maintaining the effect of “Hover” and “Active” on the menu text
any ideas?
thank you very much
Hey!
You can hide it with following css code
.avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
display: none;
}
Regards,
Peter
Great! it works perfectly!
Thank you!
Glad Peter could help. Let us know if you have any other questions or issues.
Regards,
Devin