Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27911

    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

    #135799

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘active menu item underline thicker’ is closed to new replies.