Home Forums Basel support forum Change Rollover color Menu

Change Rollover color Menu

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

    Hi!
    I need change the color of principal menu when rollover mouse.

    Rgds

    #18605

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .main-nav .menu>li>a:hover {
        color: #cc0099;
    }

    Regards

    #18640

    Thank’s but not works
    Rgds

    #18641

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, try this instead

    .main-nav .menu>li>a:hover {
        color: #cc0099!important;
    }
    #18751

    Now work´s
    thank´s

    #18752

    Now work´s
    thank´s

    #18754

    Artem Temos
    Keymaster
    Xtemos team

    You are welcome!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Change Rollover color Menu’ is closed to new replies.