Home Forums WoodMart support forum Delete titles

Delete titles

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

    dami_re
    Participant

    Hello! Is there a possibility to remove all the features of the exhibited products? I want to erase all the options .. I attach two images of before and after so that they can guide me a little! I also liked that all the images of the products are the same as possible. Thank you very much!

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

    Hello,

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

    .slide-product .product-grid-item .product-title{
    display:none;
    }
    .slide-product .product-grid-item .price{
    display:none;
    }
    .slide-product .product-grid-item .woodmart-add-btn{
    display:none;
    }

    Best Regards

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