Home Forums WoodMart support forum Product archive background colour

Product archive background colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #718492

    souravv9900
    Participant

    How to change the background color of product title area in product card or grids

    Also how to hide the discount badge in product archives / grid and make it visible only on single product page

    Check screenshot

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Navigate to Theme Settings > Product Archive > Products loop > Products background and add the background to all product loop items.

    02. Try to add this code to the Theme Settings > Custom CSS:

    .product-grid-item .onsale.product-label {
        display: none;
    } 

    Best Regards

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