This topic has 5 replies, 2 voices, and was last updated 2 years ago ago by EE Eric
Hi there,
How can I delete image on main section on every page, on mobile devices? Look here how it looks now: https://prnt.sc/hC3Ktk56OQMF and https://prnt.sc/38BcGYfQtqHI
Greetings.
Doesn’t work
In this case, use the next custom CSS code for sections:
https://prnt.sc/59V6EDjakxt5
@media only screen and (max-width: 480px) {
selector {
background-image: none !important;
}
}
Regards
works, thanks
Tagged: background image, delete, how to, mobile devices, templates, woocommerce, wordpress
The issue related to '‘How can I delete background image on mobile devices?’' has been successfully resolved, and the topic is now closed for further responses