Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #483366

    Hi guys,

    How can I Change the hovering color of the head menu tabs? Currently it is grey on grey.

    Thanks

    #483545

    Hi maschera!

    Navigate to Dashboard > Enfold > Advanced Styling. Here you can create new style rules for certain elements such as the main menu links and submenu links and their hover states.

    Regards,
    Elliott

    #483803

    Thanks Elliott I’m in the menu but can’t find how to edit the Hover State color. I’ve tried to change the “Background Color” but it doesn’t work.

    If I select “Apply only to Hover State” instead, the menu will disappear and appear again only when hovered.

    #484026

    Hi!

    Your trying to change the background color on hover? Something like this?

    nav.main_menu .menu-item:hover .avia-menu-text {
        background: red;
        padding: 3px;
        color: white !important;
    }

    Best regards,
    Elliott

    #484486

    It’s ok no worries Elliott, I actually figured I prefer it more as it is now.

    Thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change hovering color of head menu tabs?’ is closed to new replies.