I have many images inside text block, How do I hide all or some of those images on mobile.
Thank you!
Hey h1carlos,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.avia_textblock img {
display:none!important;
}}
Best regards,
Jordan Shannon
Work great! Thank you…
Hi,
No problem, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon