- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- December 13, 2017 at 2:59 pm #4501vegedomeParticipant
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
December 27, 2017 at 7:32 pm #4527HashKeymasterHere is the required Custom CSS code
.sq-main-navigation ul ul li:hover > a { background: green; }
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.