adamcleod Posted March 29, 2022 Share Posted March 29, 2022 Site URL: https://www.swenty.rocks/ Here there is a screenshot of the mobile version of my website. There is a black line that goes through the home page for the mobile version, can someone please help me figure out how to get rid of this black line? Thanks in advance Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 Try adding to Design > Custom CSS /* Mobile homepage black bar */ @media screen and (max-width:991px) { body.homepage { 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!) 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