Hey guys,
I am having a bit of trouble with the correlation between the advanced styling on the main site and the advanced styling affecting the mobile site. It looks great on the main site but on the mobile version it turns all of the menu sub links green due to the styling I created. I’ve provided a link for you to check out online and on mobile so you can see what I am speaking about. Even if I could get the text to be white on the mobile site that would work. Is there a piece of CSS you can provide for me or a suggestion you can give me? Thanks!
Hi hylandgraphics!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul#mobile-advanced .sub-menu a {
color: white;
}
Regards,
Yigit
Thans so much for this. Can you take a quick look on mobile again. Some of the no follow links are still in grey. Do you have a code for that. Thanks SO MUCH for your help again. You guys are awesome! Highly recommended!
Hey!
Please add following code to Quick CSS as well
ul#mobile-advanced .sub-menu span.mega_menu_title {
color: white!important;
}
Cheers!
Yigit
Thanks so much for this and the quick response. I’ll see if the client likes it!