Hello. i have CSS code to put Underline for all body text links, but how do I remove it from Menu links? I just want body text links. Access included.
Hey bemodesign,
Thank you for the inquiry.
Try to add this css code below the previous modification to disable the underline for the menu items.
#top .menu-item a:not(.avia-button) {
text-decoration: none !important;
}
Best regards,
Ismael
thanks!!
