• Hi,

    On the homepage I would like my categories showing, but not the words “shop by category” above them!

    How can I remove or hide this please?

    Thank you!!!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • ?? hey @

    Thanks for reaching out about this; happy to help!

    I went ahead with trying to browse the site at https://Theoriogallery.co.uk, in order to take a closer look. Below, I’m attaching a screenshot, for reference, as it can’t be reached — and you might want to act on it.

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

    On the homepage I would like my categories showing, but not the words “shop by category” above them!

    How can I remove or hide this please?

    Did you already try with targeting it with CSS, and hide it using the display property, perhaps? Linked here is an explainer, for your convenience.

    I hope this is helpful! Please let us know if you have any further questions or concerns.
    We will be happy to help you further.

    Thread Starter emilygw

    (@emilygw)

    Thank you @anastas10s,

    I am really confused now!!! If I click on the link it takes me to the website (in incognito too)…???

    I am happy to try display none but don’t know what that line is called or how to apply it.

    Hi @emilygw,

    I am really confused now!!! If I click on the link it takes me to the website (in incognito too)…???

    I was able to view your site now, so I guess it was a temporary issue.

    I am happy to try display none but don’t know what that line is called or how to apply it.

    Please try this code:

    .home section.storefront-product-section.storefront-product-categories .section-title {
        display: none;
    }

    I hope this was helpful! Please let me know if there is anything else we can assist you with!

    -OP

    Thread Starter emilygw

    (@emilygw)

    @omarfpg

    Thank you, it worked!!! I have been trying to do that, on and off, for months. Thank you so much!

    Hi @emilygw,

    I’m glad we were able to help!

    If you have a few minutes, we’d love if you could leave us a review:?https://www.ads-software.com/support/plugin/woocommerce/reviews/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing the words “shop by category” on homepage’ is closed to new replies.