• Resolved iqbalresources

    (@iqbalresources)


    Hello

    I’m intend to sell ebook in my woocomerce shop. As the books titles differs in length, i’m planing to hide the title of the books in my shop page, to make the layout alignment balance all together. So customer would only can read the title in product page. May i know how to hide/disable the product title in shop page? thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roxy

    (@roxannestoltz)

    Hi @iqbalresources ,

    Thanks for reaching out – it’s great to hear that you would like to use WooCommerce to sell your ebooks ??

    I understand that you would like to hide the product title from being displayed only on the shop page, is this correct?

    You can add the below custom CSS to Appearance → Customize → Additional CSS:

    .archive .woocommerce-loop-product__title {
    display: none;
    }

    Here are the results after adding this CSS to my test site:

    Hope this helps!

    Hi,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide product title on shop page’ is closed to new replies.