Okay
  Public Ticket #1793115
Change the hover color in menu
Closed

Comments

  • benditodilema started the conversation

    Hi,

    I´m triying to change the over colour in canvas menu and it does´t works. The background is the same colour like the accent color. And when i make hover it doesn´t show because is the same color. How i can customize than hover color?

    Thank you in advance

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
        color: #e4c031 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • benditodilema replied

    Perfect!

    It works ok now.


    Regards