theme Corona.
Hi. How can I change a colour of the items (links) in top navigation menu once I hover each. It only changes colour when a particular page is active. when I hover over them it only changes a mouse pointer to indicate it is a link. I also want it to change a colour. Thanks in advance.
navigation menu hover in Corona
4 posts from 3 voices-
Posted 3 months ago #
-
Hi,
Please add the css below to either /css/custom.css or to quick css located in Corona > Theme Options > Styles ... text area at the bottom of the page:
/*menu item color - hover*/ #top .main_menu .menu li a strong:hover { color: #3366ff; } /*menu item color - no hover*/ #top .main_menu .menu li a strong { color:#000; } /*current menu item color*/ #top .main_menu .menu .current-menu-item a strong { color: #3366ff; }Thanks,
Nick
Posted 3 months ago # -
That was quick. Huge thanks Nick!
Posted 3 months ago # -
Hi bartolusion,
Glad that Nick helped you. :)
Cheers,
IsmaelPosted 3 months ago #
Topic Closed
This topic has been closed to new replies.














