Home Forums WoodMart support forum Category name on category page

Category name on category page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #386718

    cesaicumpar
    Participant

    How can I show the subcategory’s name on its page? https://imgur.com/a/xSjwSSp

    Only that subcategory, no breadcrumb

    Link: https://cesaicumpar.ro/categorie/idei-cadouri-femei/cadouri-iubita/

    #386788

    Hello,

    Sorry but there is no option available for that. But you can apply a trick by hiding the Home from breadcrumb by using CSS.

    Please Go to Theme Settings >> Product Archive enable the breadcrumbs.

    Screenshot: https://gyazo.com/d98b42507139f4e32dee78c6c5d6b6fd

    Then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    nav.woocommerce-breadcrumb a {
    display: none;
    }

    .woocommerce-breadcrumb span {
    font-size: 22px;
    }

    Best Regards

    #386843

    cesaicumpar
    Participant

    It doesn’t work unfortunately. I will leave login data

    #386877

    Hello,

    The CSS is working now. Please clear cache and check back.

    Best Regards

    #387024

    cesaicumpar
    Participant

    You’re right, it was a problem from WP Rocket. But those little arrows are still showing: https://ibb.co/GCbTg5m

    Do you know a way to get rid of them? I tried changing the “Separator between breadcrumbs” setting from Yoast to no text, but it didn’t work unfortunately

    #387028

    cesaicumpar
    Participant

    Nevermind, it worked 🙂

    Thank you

    #387062

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Category name on category page’ is closed to new replies.