Hi!
I tried searching but could not find anything.
I want to remove the background image in main content on mobiles. Can you please provide me the quick css? Thanks :)
Hi luckylobo10!
Please insert the below media query into your custom css section:
@media only screen and (max-width : 320px) {
.main_color {
background: none !important;
}
}
Cheers!
Dake
Thanks for your answer, but that code did not work. Nothing happend.
Any suggestion? Thanks
Hey!
May I have temporary admin access to your website?
Cheers!
Dake