Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Main menu hover background color

New Front EN Support Forums Tokyo Theme Support Main menu hover background color Reply To: Main menu hover background color

#2833
mmsatori
Keymaster

Hey Credo,

the submenus can be coloured in custom colors by using this CSS:

#menu-item-XX a, #menu-item-XX .sub-menu .submenuline, #menu-item-XX .sub-menu li { background-color: #FFFFFF !important; }

where “XX” is the id of the menu item (you can look it up by using e.g. Chrome’s built-in code inspector (right-click and choose “Inspect element” on any part of the web page), and #FFFFFF is the hex color of your choice.

Regarding your second question: could you please provide the URL of the website in question, it is difficult to provide a definitive answer without seeing the code ;)

Sincerely,
Andrii / Satori Studio