I have done this before and cannot for the life of me remember!
But how can I remove this?
Thanks
I have done this before and cannot for the life of me remember!
But how can I remove this?
Thanks
The easiest way is using this CSS:
.category-breadcrumb {
display: none;
}
It might need some tweaks, as I didn’t verify unwanted side effects.
Thank you, I shall check it out
All done thank you @Canapin
Just FYI to everyone: that solution doesn’t work for mobiles. That is actually good thing, because mobiles have more limited navigation than desktops/bigger screens.
this theme component has the option to hide those, and at the same time, allows to customize the nav menu links too.