Tagged: active menu item, enfold
Hi,
i have added
.header_color .main_menu ul:first-child > li.active-parent-item > a {
border-bottom: 10px;
color: #6D9B18;
}
to my custom css to make the line underneath a menu item thicker on mouse over. but maybe i am wrong, since nothing changes. Any idea is welcome ;-)
regards, Sebastian
Hi,
You actually need 3 parts in order to create a line and you only had of the 3;
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #6D9B18;
Please try that instead, and make sure to place it at the very bottom of either Quick CSS in Enfold > (Theme options) > Styling Layout.. the textbox at the bottom of the page OR to bottom of /css/custom.css
Thanks,
Nick