Home Forums WoodMart support forum hide description in search results page

hide description in search results page

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

    kidsdial4
    Participant

    please help me to remove the “description” which is displaying in search display page for all products.

    it is not displaying in category page. but it is displaying in search results page, we do not want that

    #641855

    Hung Pham
    Participant

    Hi kidsdial4,

    Thanks for reaching to us.

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

    .search-results .wd-more-desc {
        display: none;
    }

    Regards,

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