Home › Forums › Basel support forum › Color of categories hover Color of categories hover This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 11, 2019 at 6:05 pm #106985 despina.minaParticipant Hello, i want to change the orange color of “browse categories” menu and of mega menu widget on hover.Also the font-color on hover See screenshot1 , screenshot2 February 12, 2019 at 8:54 am #107059 Elise NoromitMember Hello, Add this code to the Theme settings > Custom CSS > Global: body .mega-navigation .menu > li:hover, body .widget_nav_mega_menu .menu > li:hover { background-color: red; } Replace the color as per your needs. Best Regards February 12, 2019 at 10:20 am #107071 despina.minaParticipant Thank you, what about font color on hover? February 12, 2019 at 1:33 pm #107107 Elise NoromitMember Hello, Add this code: body .mega-navigation .menu > li:hover > a, body .widget_nav_mega_menu .menu > li:hover > a { color:yellow; } Replace the color with one as per your needs. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register