Home Forums WoodMart support forum Hide Price in Products (Grid or Carousel) element

Hide Price in Products (Grid or Carousel) element

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

    shweta
    Participant

    I am using this element on multiple pages called (Grid or Carousel) with different data streams. I wish to hide “add to cart” and “select option” option below the price, on the mobile version. Kindly suggest a setting or a generic css or php code to achieve this.

    #599065

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section.

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

    Best Regards

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