Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #368048

    Is there a way so that when people hover over a bordered menu item it will fill with color?

    #368352

    Hi Pointbreakd!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    li.av-menu-button-bordered > a:hover > span.avia-menu-text {
    background-color: orange;
    }

    Best regards,
    Yigit

    #718925

    this doesnt work for me, i have tried the same

    #720151

    Hi,

    I don’t see any bordered menu item in the page but I can see a few styling modification.

    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
        color: #b7c84b;
        border: 2px solid;
        padding: 0px 10px;
        margin-top: 0px;
    }

    Please remove the modification, set the menu style to “bordered” then add the following css code.

    .av-menu-button-bordered:hover a .avia-menu-text {
        background: red;
    }

    Best regards,
    Ismael

    #720207

    i have deleted that thanks, do you mean menu style border in the menu options to every menu item or in the enfold settings – header nad than Header Style – Default with borders?

    #721502

    Hi,

    not sure what you mean, but if you still need help then a mockup showing the results you want to achieve would really help (imgur.com, dropbox). Also send us admin login, here as private reply.

    Best regards,
    Andy

    #721527

    I have already fixed it. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu – Button Style (border) – fill in when hovering?’ is closed to new replies.