[Resolved] Shop Page Settings

Home Forums Support [Resolved] Shop Page Settings

Home Forums Support Shop Page Settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1589976
    metcomllc@aol.com

    Is there a way to NOT show the images and just the product name on the shop page?

    https://www.tryhypnosisnow.com/hypnosis-downloads/shop/

    #1589996
    Elvin
    Staff
    Customer Support

    Hi,

    You should be able to hide the images on the shop page by applying display:none; through CSS.

    Here’s how to add CSS: https://docs.generatepress.com/article/adding-css/

    body.post-type-archive-product .wc-product-image {
        display: none;
    }
    #1590004
    metcomllc@aol.com

    That worked. Thank you.
    Is there a way that all my products will be visible instead of just 10?
    Can I remove the pricing as well?

    #1590024
    Elvin
    Staff
    Customer Support

    Actually let’s scratch the CSS and use the GP Premium’s WooCommerce module instead.
    https://docs.generatepress.com/article/woocommerce-overview/#shop

    This should be easier for you as this is within the UI.

    Go to Appearance > Customize > Layout > WooCommerce.

    On this setting, go to Shop and uncheck “Display price” and “Display product image”. This should remove the price and the product image from shop archive’s display.

    #1590052
    metcomllc@aol.com

    That worked. Thank you!

    #1590053
    Elvin
    Staff
    Customer Support

    That worked. Thank you!

    Glad it worked for you. No problem. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.