Home Forums WoodMart support forum how to set related products without image

how to set related products without image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #303659

    how to set related products without image

    Attachments:
    You must be logged in to view attached files.
    #303752

    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

    #303780

    single product page

    Attachments:
    You must be logged in to view attached files.
    #303922

    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

    #303950

    ok but how to setlist wise

    #304019

    Hello,

    What do you mean?

    Please clarify.

    Best Regards

    #304055

    how to set list wise

    Attachments:
    You must be logged in to view attached files.
    #304126

    Hello,

    Where do you want to show this list?

    Best Regards

    #304155

    My single product page

    Attachments:
    You must be logged in to view attached files.
    #304225

    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

Viewing 10 posts - 1 through 10 (of 10 total)