dinhsontrh Posted February 25, 2021 Share Posted February 25, 2021 Site URL: http://thuongxanhfilmstore.com Hello, I wanted to change the mobile menu overlay color. The background was black and the text was white. I successfully changed the background to white and text to black using the codes suggested on the forum. However, the site title was still white, thus invisible on the mobile menu overlay. I used these codes. Please help me to change the site title to black. Thank you! @media screen and (max-width:767px) { .header-menu-bg.theme-bg--primary { background: white !important; } .header-menu-nav * { color: black !important; fill: black; } .burger--active .burger-inner>div { background: black !important; } } Cheers, Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 Hi. Add to Design > Custom CSS /* Site title on burger active */ @media screen and (max-width:767px) { body.header--menu-open a#site-title { color: black; } } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.