This topic has 6 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson
Hi There,
Just looking for some assistance on my mobile. The main menu (hamburger icon menu) seems to be very dark, I can’t see the menu items to select them.
Thank you
Cheryl
Hello,
Please add this code in custom.css file
.et-mobile-menu li a{
color:#fff !important;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Great, the menu is now black but with white menu items to select from, but when the menu item is highlighted it is all white, can’t see the text when hovered over. Also, at the top it says “set your main menu in appear cane>menus”…
not sure why it says that? I thought I already set that? and when I click the Mobile Menu box on “Menus” it doubles up on the mobile…
Ca
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Thank you!
Hello
You may try this code instead:
.menu >li.current-menu-item >a{color:green!important;}
.menu >li.current-menu-item >a:hover{color:grey!important;}
.menu >li a{color:white!important}
.menu >li a:hover{color:grey!important}
With best regards
Brian Johnson
Tagged: blacked out, main menu, mobile, themes, user friendly, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up