Hi!
In the main menu of my website, I would like the active menu item being underlined.
I tried to add this CSS code from another Topic, but it neither works:
.builder-item–primary-menu .nav-menu-primary>.primary-menu-ul li.current-menu-item>a {
text-decoration: underline !important;
}
Hey SofieHelm,
Please try the following in Quick CSS under Enfold->General Styling:
.av_minimal_header .avia-menu-fx {
display: block;
}
Best regards,
Rikard
Hi Rikard,
Thanks a lot. It works, but it’s the border of the cell that got a border (If I understand well what’s happening) and not the word of the menu. As the border of the cell and the word are about 50 px away from each other, it doesn’t look nice. Do you have a solution for that?
Thanks in advance!!!
Hi,
Please try this CSS instead:
.current-menu-item .avia-menu-text {
border-bottom: 2px solid #b35ba4;
padding-bottom: 5px;
}
Best regards,
Rikard
This is what I was looking for. Thank you so much!!
Hi SofieHelm,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko