See the Private content for the links.
I am trying to build a site using the Enfold theme.
I would like to be able to have the highlighted menu item have a green border on the bottom like in my design. See private link.
Can you please help me out here?
how do I change the menu padding in the theme?
Hey NetphoriaInc,
Please try the following in Quick CSS under Enfold->General Styling:
.current-menu-item {
border-bottom: 3px solid green;
}
Best regards,
Rikard
Thank you, however it is still not working the way I need it to. I have added the code and you can see the link in the private content below. How do I get it to look like in the design? I can not see where to update this?
Hi,
Try using this css code:
#top .current-menu-item > a .avia-menu-text {
padding: 10px 13px;
border-bottom: 2px solid #66b700;
}
#avia-menu li.current-menu-item > a {
padding: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
Nikko,
Thank you so much! This fixed this element. I appreciate your help!!
-Jessica