This topic has 10 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
is there a way to remove the image from product styling so the rest of the content can go full width on a specific product.
currently I have the image removed, but its container is still there.
https://froskr.com/vivarium-kits/vivarium-kit/
I just want it so if there is no featured image, the place holder and gape is gone.
thanks
Hello,
Sorry for the delay due to the weekends.
Please try to add this code in Custom css for product http://prntscr.com/l3fb6h :
.product-images {
display: none;
}
.product-information {
width: 100%;
}
Regards
Yes, this is the idea… but
I need it to be product specific or if there is no featured image…
Please describe desired result in more details.
Regards
I want to remove the image from a single product or category of products. After the the image is removed I need the content to be the full width.
Is this what you are looking for http://prntscr.com/l403aw ? If not, provide screenshots for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
yes, this is exactly what I need… just only on that product or that catagory
Please add this code in Theme Options > Custom css or in style.css of your child theme:
.product_cat-vivarium-kits .product-images {
display: none;
}
.product_cat-vivarium-kits .product-information {
width: 100%;
}
(this code will work for all products of vivarium-kits category)
Regards
perfect… thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up