Tagged: breadcrumbs, enfold, taxonomy
Good day,
I’m really enjoying the Enfold theme as it’s almost fully customizable and fast. I need your help with something I don’t know how to do: Is there anyway to control the breadcrumbs’ taxonomy?
For this moment there is a duplication between the ‘blog’ that is the category name and the ‘blog’ which is probably there as its’ location in the taxonomy. I don’t know if this is important for the matter but the URL has only one /blog/ in it so the duplication is only on the breadcrumbs.
Before using Enfold I used Brightbox and it didn’t have this problem. How can I solve it?
Many thanks,
Lior
Hi darkban!
Thank you for using Enfold.
The “Blog” text on the right is the page title. If you want, you can disable that. Edit the page, look for Layout > Title Bar Settings, choose hide both. Or use this on Quick CSS or custom.css to remove the blog title:
.page-id-1051 .alternate_color.title_container .main-title {
display: none !important;
}
Regards,
Ismael