• Resolved dellindia

    (@dellindia)


    hi I want to Hide woocommerce shop page is titled “Shop” and the category title from the page in the header sections in woocommerce

    The problem is that page displays the Category as a title on the page, and woocommerce shop page is titled “Shop” How can I remove/hide 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 ideal, I have tried copying and pasting CSS into the additional CSS, and never seems to work I am new to all this and not a developer so learning.

    I will share Screen shots

    https://ibb.co/njMMMf0

    https://ibb.co/xqmHnRY

    https://ibb.co/QYRsNxk

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @dellindia,

    Which theme are you using?

    To hide the title on the shop page, navigate to Appearance -> Customize -> Additional CSS & add the following CSS in the text area:

    .woocommerce-products-header__title {
        display: none;
    }

    Please note, this custom CSS will work as long as you continue using the same theme. If you change the theme, the custom CSS will have to be added back.

    If this does not work, your active theme might be overriding the WooCommerce CSS. In that case, please write back with the name of your active theme or provide a link to your website and I will look into customising the CSS for the specific theme.

    Hi @dellindia

    Thanks for sharing the screenshots, It seems like the title header is coming from your theme, if the above solution doesn’t work then please share the exact category page URL, so I can provide you the proper CSS to hide the title.

    Thanks!

    Thread Starter dellindia

    (@dellindia)

    thanks for clarifying! thank you @kaavyaiyer & @amiralifarooq for giving me a solution superfast you guys are awesome keep supporting us!

    I found the solution and it worked for me, but I appreciate your effort and also apologize for the late response.

    Hi @dellindia

    Thank you for your kind words! I’m glad to hear that you found a solution to the issue and that it worked for you. No need to apologize for the late response – I’m here to help whenever you need assistance. If you have any more questions or need further support in the future, feel free to create a new ticket.

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide woocommerce shop page is titled “Shop” & “Category”’ is closed to new replies.