HI,
URL is www.ahly.com.au
how to hide product images in product page? because i already have product banner so i don’t want to display product image now.
thanks
cecilia
HI,
URL is www.ahly.com.au
how to hide product images in product page? because i already have product banner so i don’t want to display product image now.
thanks
cecilia
Hi,
You can add the below CSS in base.css file.
.grid__item.product__media-wrapper {
display: none;
}
Thanks
Hit Like and Accept as Solution
Please add the following CSS code to your assets/base.css bottom of the file.
.grid__item.product__media-wrapper {display: none !important;}
Thanks!
how to show only images with alttext like %selected variant color%?
preferably in custom css