dev site – http://balrajt9.sg-host.com/
On my main menu, I would like to add the underline on the current page main menu item.
Hey navindesigns,
Please try adding this CSS code in Quick CSS:
#header .current-menu-item .avia-menu-fx {
display: block;
}
Best regards,
Nikko
I need the underline to be right under the menu text though like my mockup
https://ibb.co/bj4vmYm – please look at the ABOUT menu item, there is a line right below the word
Hi navindesigns,
I have removed the last code I gave you and added this CSS code in Quick CSS:
#header #avia-menu > .current-menu-item > a > .avia-menu-text {
border-bottom: 2px solid #d88f28;
padding: 8px 0;
}
Please review your site.
Best regards,
Nikko