Suppress Tags and Category lists on single product page

This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler

  • Avatar: snoowy
    Michael
    Participant
    January 10, 2018 at 11:26

    Hi,

    I’ve just migrated my site from Blanco Get Shopped to Blanco Woocommerce and need to do a little tweek.

    How do I turn off the display of Tags and Categories (appearing below the products short description) on the single product page?

    I can’t see a setting in the Blanco theme so tried using custom CSS.

    I used div.product_meta { display: none; } to hide them which worked but that also hid the product SKU and Availability fields (below the Add to Cart button) so I added .product-stock { display: block !important; } to restore them.

    I expect thats not the best way to do this so can you please advise the proper way to do this.

    I currently have the CSS above in use so let me know if you need me to remove it for to test.

    Regards, Mike.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: snoowy
    Michael
    Participant
    January 10, 2018 at 11:29

    Oops, the SKU and Availability fields are below the products price – not cart button.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2018 at 13:18

    Hello,

    Please try to change your custom css code to:

    .product-shop .product_meta:last-child {
        display: none;
    }
    

    Regards

    Avatar: snoowy
    Michael
    Participant
    January 10, 2018 at 23:51

    Hi Rose,
    That appears to work so please close this topic.
    Thanks,
    Mike.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 11, 2018 at 09:18

    My pleasure 🙂
    Have a nice day.

    Regards

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

The issue related to '‘Suppress Tags and Category lists on single product page’' has been successfully resolved, and the topic is now closed for further responses

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