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

    [email protected]
    Participant

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

    Rgds

    #18605

    Artem Temos
    Keymaster

    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

    [email protected]
    Participant

    Thank’s but not works
    Rgds

    #18641

    Artem Temos
    Keymaster

    Sorry, try this instead

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

    [email protected]
    Participant

    Now work´s
    thank´s

    #18752

    [email protected]
    Participant

    Now work´s
    thank´s

    #18754

    Artem Temos
    Keymaster

    You are welcome!

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

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