ggimishev Posted January 19 Posted January 19 (edited) Hello all, here is my CSS for changing the background color: //HOME //background color section[data-section-id="65a53c30eb5380339bb8aa0d"] .section-background { background-color: #fff!important; } @media only screen and (max-width: 641px){ section[data-section-id="65a53c30eb5380339bb8aa0d"] .section-background { background-color: #fff!important; }} There is unfortunately this strip at the bottom of the mobile version that has not been affected by the change: How can I change it also to white? Thank you. Edited January 19 by ggimishev
tuanphan Posted January 21 Posted January 21 Try this CSS code, if it doesn't work, please share your site url body { background-color: white !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
Create an account or sign in to comment
You need to be a member in order to leave a comment