Tagged: menu, responsive
Hi,
Such a great theme, attention to detail is second to none. I have one issue. I am using the dropdown responsive menu, http://www.taddlefarmtents.co.uk
The font colour is not visible when in this mode. In short I really need to make the font colour white when the menu goes into responsive mode. Can this be done easily with some custom css?
Thank you in advance
Hey samuelspodecox!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
#top .header_color select { color: white!important; }}
Regards,
Yigit
Thank you so much