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; } } dinhsontrh 1 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