• Resolved laura7979

    (@laura7979)


    I use the product categories as main menue, so when you click on a category it takes you to a page with the products holding this category. The problem is; that page displays the Category as a title on the page , how can I remove this text as a title on that category’s page? A snippet I can simply add to a snippet plug-in (if possible) would be a ideal, I have tried copying and pasting CSS into the additoinal CSS and never seems to work; I am new to all this and not a developer so learning. I use storefront theme. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tseten a11n

    (@tibetanitech)

    To confirm, do you want to hide this as mentioned in the screenshot?

    https://d.pr/i/51fQE1
    Link to image: https://d.pr/i/51fQE1

    If yes, you can add the following CSS code in Appearance > Customize > Additional CSS

    h1.woocommerce-products-header__title.page-title {
        display: none;
    }

    See if that works, if this is not what you mean, can you send us a link to your product category page to see that?

    Thread Starter laura7979

    (@laura7979)

    Worked! thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove category title from page’ is closed to new replies.