Hello
how to hide body background on mobile?
Thanks
Hey Ganubis,
Thank you for contacting us.
To help you remove the body background on a mobile device we need to be able to view your site. Would you mind providing a precise link to the page, showing the elements in question? :)
If you are using a color section please check the below link for more info
Best regards,
Vinay
Hey the website is. https://bit.ly/2SkduYn :) i normally set background for entire site on Enfold settings/general settings/body background
Thanks!!
Hi Ganubis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
html.html_boxed {
background: #000;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Oooooh thanks you very much Victoria!!! work perfect. wiiiiiiii ^^ +100
Hi Ganubis,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria