I searched around for this and haven't been able to find the answer. On my desktop homepage, I have a custom background picture that I would like to keep. The mobile version is showing the picture blurry so I would like to change the mobile version background to solid black. Any help is appreciated!
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.css file.
@media only screen and (max-width: 749px){
body { background: #000 !important; }
}
Hope this helps.
Thanks!
User | Count |
---|---|
395 | |
204 | |
129 | |
46 | |
42 |