how to set related products without image
-
how to set related products without image
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to hide the image of the related products.
Please provide the product page URL I will check what design you use and perhpas I will give you custom CSS.
Best Regards
single product page
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.related-products .product-grid-item .hover-img img,
.related-products .product-grid-item .product-image-link img {
display:none;
}
Best Regards
ok but how to setlist wise
Hello,
What do you mean?
Please clarify.
Best Regards
how to set list wise
Attachments:
You must be
logged in to view attached files.
Hello,
Where do you want to show this list?
Best Regards
My single product page
Attachments:
You must be
logged in to view attached files.
Hello,
Set the sidebar for the product page, create an HTML widget and show the products by tag or by category, then add this HTML block to the product page sidebar: https://xtemos.com/docs/woodmart/widgets/
Best Regards