Home Forums WoodMart support forum Remove Wishlist white background on archive text

Remove Wishlist white background on archive text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #636109

    amirghaffarii03
    Participant

    Hey,

    I would like to remove the white background text on the product archive/product cards, I want to use the following product archive style that we have, but just remove the white label as it take to much space.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global to remove the Wishlist:

    body .product-grid-item .wd-wishlist-btn{
    display:none;
    }

    Best Regards,

    #636256

    amirghaffarii03
    Participant

    Hey,

    I’m not sure if this code removes the wishlist, but I mentioned I want to remove the white background not the whole wishlist.

    #636331

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry for the confusion!

    Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-grid-item .wd-buttons.wd-pos-r-t {
        background-color: transparent;
        box-shadow: none;
    }

    Best Regards,

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