• Resolved hooligans4

    (@hooligans4)


    Using WooCommerce, I’ve started adding products and have been adding tags for searchability. Is there a way to make those tags NOT show up on the product detail page? It’s so messy looking with all those tags there, and I really don’t need people to see all the tags after they’ve already arrived at this page.

    Here’s a link to one of my product pages:
    https://www.eek-online.co.za/product/lampwork-glass-red-bracelet/

    I’m still very new to setting up websites and is learning all the time!!!

    Thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this to stylesheet:
    .tagged_as{display:none;}

    Thread Starter hooligans4

    (@hooligans4)

    Thanks, but I have no idea how to find the stylesheet.

    I’m using the Parabola theme with WooCommerce. Couldn’t find the style.css file.

    Last time I did a website was 15 years ago and A LOT has changed!!! Now learning from scratch again!!!

    No problem – go to appearance ? editor in the dashboard. The first file that opens is the theme’s stylesheet. After the /*….*/ section add the above code.
    Not required, but something to consider is using a child theme. That way any changes you make will survive theme updates.
    https://codex.www.ads-software.com/Child_Themes

    Thread Starter hooligans4

    (@hooligans4)

    Thank YOU!!!! Took 2 days to eventually get the time to sit down and do it!!! Thank YOU!!!

    Have now created Child Theme and pasted the code into the style.css!!! Works perfectly!!! Feeling very proud!!!

    THANK YOU!!!

    Thread Starter hooligans4

    (@hooligans4)

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I stop the tags showing on product page?’ is closed to new replies.