Home Forums Square How can I change color to the menu : Mouse-Over

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4501
    vegedome
    Participant

    I would like to change the blue color of the menu into green when the mouse curser hovers over the text.

    How can I do it?

    Is there some CSS code I can use to do this?

    Thank you

    #4527
    Hash
    Keymaster

    Here is the required Custom CSS code

    .sq-main-navigation ul ul li:hover > a {
        background: green;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.