• Hello,

    I would like to remove the word “category :” in the title of the category both in posts and woocommerce. How can i do that please ?

    Thank you to answer

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

Viewing 1 replies (of 1 total)
  • Hi jeffnco,

    Thanks for reaching us,

    The word Category only cannot be removed from the Page Header. However, if you want to remove the overall text, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .breadcrumb-trail.breadcrumbs .trail-title{
        display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to Delete the word “category :” in the category title’ is closed to new replies.