Home Forums WoodMart support forum Remove “Compare” and “Add to wishlist” option

Remove “Compare” and “Add to wishlist” option

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

    liverangan
    Participant

    I want to remove “Compare” and “Add to wishlist” option from single product page.

    #719018

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    .single-product .wd-wishlist-btn, 
    .single-product .wd-compare-btn { 
    display: none !important; 
    } 

    Best Regards

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