Category name on category page
-
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/
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
It doesn’t work unfortunately. I will leave login data
Hello,
The CSS is working now. Please clear cache and check back.
Best Regards
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
Nevermind, it worked 🙂
Thank you
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.
The topic ‘Category name on category page’ is closed to new replies.