Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #694723

    Hi,

    this is my web: private content

    as you can see, I changed the CSS for the main menu like this:

    .avia-menu-text {
    color: #000;
    font-weight: 400;
    padding: 4px;
    }

    .avia-menu-text:hover {
    background-color: #ffee01;
    font-weight: 400;
    padding: 4px;
    }

    The issue is about active status for each menu item. Please how can I fix this to keep the same hover style?

    Thanks in advace,
    Davide

    #694888

    Hey aderal2016,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-menu-text:active {
    background-color: #ffee01;
    font-weight: 400;
    padding: 4px;
    }

    Best regards,
    Rikard

    #694926

    Hi Rikard,

    thanks for your suggestion, but this is the first try I did.. doesn’t work. Any more suggestions?:)

    Best,
    Davide

    #695017

    Hey!

    Please use following code

    .av-main-nav li.current_page_item .avia-menu-text {
        background-color: #ffee01;
        font-weight: 400;
        padding: 4px;
    }

    Regards,
    Yigit

    #695024

    awesome now it works! thanks:)

    #695025

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom a:active status’ is closed to new replies.