Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #523552

    Hi, I would like to change the color of the fullwidth submenu element so it will be #00a59b and on hover it will become #bee3de – what code should I use to do this?

    Thanks.

    #523598

    Hey DROR!

    Please add following code to Quick CSS

    .av-submenu-container a {
        color: #00a59b!important;
    }
    .av-submenu-container a:hover {
        color: #bee3de!important;
    }

    Best regards,
    Yigit

    #523685

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of fullwidth submenu element?’ is closed to new replies.