Janessa Posted August 6, 2021 Share Posted August 6, 2021 (edited) 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. Edited August 6, 2021 by Janessa Link to comment
tuanphan Posted August 8, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment