Remove category links from single products page and reviews

This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago ago by 8theme

  • Avatar: pri1234
    pri1234
    Participant
    January 4, 2017 at 15:43

    I would like to remove the category links from under the product title on the single product page.

    I would also like to remove the reviews from the single products page, any help would be appreciated, thank you

    5 Answers
    Avatar: 8theme
    8theme
    Support staff
    January 4, 2017 at 16:56

    Hello,

    1. You can disable them in Theme Options -> ECommerce -> Product page layout -> Show product categories

    2. Use this plugin to disable reviews completely https://wordpress.org/plugins/disable-woocommerce-reviews/

    Regards

    Avatar: pri1234
    pri1234
    Participant
    January 5, 2017 at 15:10

    The plugin for reviews worked great thank you, I still have a problem with the categories. On my single product page, the page for the individual product, the categories show up under the product title, I want those removed, and there is no option for it under Single Product Page,
    Thank you

    Avatar: 8theme
    8theme
    Support staff
    January 6, 2017 at 08:26

    Hi,

    Try to add this code to the Custom CSS to hide categories

    .product-information .products-page-cats {
    	display:none;
    }

    Regards

    Avatar: pri1234
    pri1234
    Participant
    January 6, 2017 at 15:52

    It worked perfectly, your help was greatly appreciated, thank you

    Avatar: 8theme
    8theme
    Support staff
    January 6, 2017 at 16:20

    You are welcome 🙂

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.