Hi.
yes it's possible.
Probably you want to hide all images not only selected.
Add this CSS code (at the bottom):
- Code: Select all
.img-fulltext-none img, .img-fulltext-left img, .img-fulltext-right img { display: none; }
into
templates\gk_cloudhost\css\mobile.css
and
templates\gk_cloudhost\css\small.tablet.css
if you want.
p.s.
You can try also display: none !important; - if first code will won't work.