• billybrookes

    (@billybrookes)


    Hi,

    I’m quite new to WordPress, I’ve been finding my way around ok until I hit this little snag today. I’m trying to hide the Woo Commerce category titles underneath the images, but I don’t want it to affect the titles under the product images.

    Thanks in advance for any advice!

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

Viewing 1 replies (of 1 total)
  • Howdy_McGee

    (@howdy_mcgee)

    The post classes on these are strange because they have product classes when they’re clearly categories. Anyway, the following may work.

    Log into WordPress and navigate using the left-hand navigation to Appearance -> Customize. Once in the Customizer there should be a panel on the left-hand side labelled “Additional CSS” where you can paste the following code:

    body.post-type-archive-product .type-product .t-entry-title {display: none;}

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Catergory Titles in Woo Commerce’ is closed to new replies.