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: Mobile menu colors

New Front EN Support Forums Ikebana Theme Support Mobile menu colors Reply To: Mobile menu colors

#45903
phelectro
Member

Thank you for your help. I was also able to edit more of the appearance how I wanted using this:

#mobilemenu { color: white; }

.mobilemenu ul li a:hover { background-color: #333; }

.mobilemenu a:link { color: #ffffff; }

.mobilemenu a:hover { color: #be2c41; }