I want to add an underline under the menu item of the current active page. Can you please help me with the code that I need to do this? Thank you.
Hey stevewroche,
Please try the following in Quick CSS under Enfold->General Styling:
nav.main_menu .current-menu-item .avia-menu-text {
border-bottom: 2px solid;
}
Best regards,
Rikard
Thank you, that’s brilliant. How do I drop the line a bit further down so it’s not so close to the menu items – maybe 5 pixels further down?
Hi,
Please try this CSS instead:
nav.main_menu .current-menu-item .avia-menu-text {
border-bottom: 2px solid;
padding-bottom: 5px;
}
Best regards,
Rikard
Perfect, thank you.
Hi stevewroche,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko