Change Hover Colour on Left Menu Bar

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Change Hover Colour on Left Menu Bar

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #28868
    Michael Smith
    Participant

    Hello,

    I am wondering how I change the colour code for the left menu when hovering. As you can see from http://edgestudios.ca/edge-studios/ the hover colour being white makes it disappear on white backgrounds.

    I have hunted through the CSS to no avail.

    Thanks,
    Michael

    #28877
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #top-header-area ul.contact-info > li:hover, #top-header-area ul.contact-info > li > a:hover, #top-header-area #header-menu > ul.menu > li > a:hover {
        color: #fff;
    }
    #top-header-area ul.contact-info li i:hover {
        color: #fff;
    }
    
    #28904
    Michael Smith
    Participant

    Hi there,

    This didn’t work – it’s still showing as white. Could you please advise? I did change the colour codes in your snippet of code to be black.

    #28910
    Veena
    Moderator

    Atpresent its black in color while hovering. Can you pls check in incognito window.

    #28916
    Michael Smith
    Participant

    What does an incognito window mean?

    Also – is it possible to get email notifications on this topic?

    #28936
    Veena
    Moderator

    Incognito window is private browsing.
    Also – is it possible to get email notifications on this topic?
    Yes, you will get email notification if you subscribe.

    #28945
    Michael Smith
    Participant

    No change even with private window and original code. Please advise. Also I don’t see a subscribe button.

    Thanks.

    #28948
    Veena
    Moderator

    But i am seeing the change.
    May be i am not clear about the query.
    Can you pls clarify what exactly you need to change?

    #29061
    Michael Smith
    Participant

    What I am trying to do is change the lefthand menu bar when you hover over it.

    These are the links:

    Edge Studios
    Edge Studios Faculty
    Dance Initiative
    Winter
    Summer School
    Guest Faculty

    When you hover on them they go white.

    #29073
    Veena
    Moderator

    You pls try the below custom CSS to change the left sidebar menu hover color-

    .sidebar li > a:hover {
        color: #b96e2a;
    }
    
    #29136
    Michael Smith
    Participant

    Great thanks, that worked.

    Now, however, the parent page is still going white, if a child page is hovered over. Hover over Winter (under Dance Initiatives) for example.

    Please advise, thanks.

    Michael

    #29142
    Veena
    Moderator

    Pls have the below custom CSS –

    .sidebar li:hover > a {
        color: #b96e2a;
    }
    
    #29162
    Michael Smith
    Participant

    That works, thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change Hover Colour on Left Menu Bar’ is closed to new replies.