Hi,
How do I have a underline on my active menu item in my navigation menu. i do not want a underline on a submenu.
Hey terishka1,
I have checked your site and I don’t see any underline on your active menu, do you still need help with this?
Best regards,
Nikko
yes, Sorry if my message was confusing. I need help adding that underline.
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.menu-item-top-level-1.current-menu-item a {
border-bottom: 2px solid #e0b55a;
}
Best regards,
Rikard
Thanks, I tried that but it didn’t seem to work.
Hi,
Thanks for the update. Please try this CSS instead:
.menu-item-top-level-1.current-menu-item a {
border-bottom: 2px solid #e0b55a !important;
}
Best regards,
Rikard
Thanks, the underline only seems to apply to the homepage. When I click on another page it does not show.
Hi terishka1,
Please try to use this code instead:
.menu-item-top-level.current-menu-item a {
border-bottom: 2px solid #e0b55a !important;
}
Hope it helps.
Best regards,
Nikko