Janessa Posted August 6, 2021 Posted August 6, 2021 Site URL: http://www.casaterradesign.com Hi! How can I adjust the background color of the drop down menu on the mobile version of my site? It is currently set to have the font and background the same color, which obviously won't work. I have not been able to find a solution in the Styles - Colors section, nor in the header settings for mobile. Is there some CSS I can use instead? For further info, I added a secondary nav plug-in to my site.
tuanphan Posted August 8, 2021 Posted August 8, 2021 On 8/6/2021 at 11:58 AM, Janessa said: Site URL: http://www.casaterradesign.com Hi! How can I adjust the background color of the drop down menu on the mobile version of my site? It is currently set to have the font and background the same color, which obviously won't work. I have not been able to find a solution in the Styles - Colors section, nor in the header settings for mobile. Is there some CSS I can use instead? For further info, I added a secondary nav plug-in to my site. Hi. Add to Design > Custom CSS /* Mobile secondary color */ @media screen and (max-width:767px) { .wm-secondary-container { background-color: red !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.