Home Forums WoodMart support forum Remove Short Description from product archive/category

Remove Short Description from product archive/category

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

    Hi,

    By default in list view it’s showing product short description and I don’t want it, how can i remove this from shop & product category pages.

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

    Hung Pham
    Participant

    Hi smart.sharukhkhan786,

    Thanks for reaching to us and appreciate your patience.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #615561

    Hi,

    I already gave you access in my both other topics

    #615983

    Hung Pham
    Participant

    Hello smart.sharukhkhan786,

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

    div.wd-product.product-list-item .product-wrapper {
    	align-items: flex-start;
    }
    
    .wd-product.product-list-item :is(.shop_attributes tbody,[class*="short-description"]) {
        display: none;
    }

    Regards,

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