• Hi,

    Im trying to hide all the product tags on product pages with no luck.
    I have tried many different css codes and im using Zeever theme.
    Not sure what else to do?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • .taxonomy-product_tag?{
    ??display:none;
    }

    Usually works – if not try:

    .taxonomy-product_tag?{
    ??display:none!important;
    }

    Hi there @leighross

    Thank you for reaching out — we’re happy to help!

    Im trying to hide all the product tags on product pages with no luck.

    I went ahead with visiting the site at https://natureswhispers.co.nz/product/print-1/, and it appears what you need to target with CSS is the following (as showcased in the screenshot attached below):

    Direct link to image: https://snipboard.io/wHy2KO.jpg

    Once the display:none; is applied, per the suggestion from @seank123, the result will be like so:

    Direct link to image: https://snipboard.io/TKRgjA.jpg

    I trust that points you in the right direction.

    Have a great day!

    Thread Starter leighross

    (@leighross)

    Thank you @seank123 and @anastas10s

    Happy camper here ??

    Plugin Support Rajesh K. (woo-hc)

    (@rajeshml)

    Hello @leighross,

    Could you please confirm, if your issue was resolved by previous suggestions?

    Please know that we can’t provide support for code customization as?per our support policy, we do our best to offer advice and direct you to appropriate resources.

    You can visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there too.

    I’m going to leave it open for a bit to see if anyone is able to chime in and help you out further.

    Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

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