Home Forums WoodMart support forum Without the image

Without the image

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

    reseler.cl
    Participant

    How can I display only a card with product/service details (without the image) on the product archive page in WooCommerce using the Woodmart theme?

    #630966

    Hung Pham
    Keymaster

    Hi reseler.cl,

    Thanks for reaching to us and appreciate your patience.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #631136

    reseler.cl
    Participant

    Sure!

    I want to use a card layout without an image in the product archive, displaying it as a card only.

    I have attached a screenshot.

    This is de website testing: https://woocommerce-1315949-5153264.cloudwaysapps.com/shop/

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

    Hung Pham
    Keymaster

    Hi reseler.cl,

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

    .product-wrapper .product-element-top {
        display: none;
    }

    Regards,

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