Tagged: breadcrumb, enfold
Hi,
I’m experiencing some problems with breadcrumbs.
I have a lot of portfolio items, divided into categories.
My problem is that if you enter in a portfolio item from megamenu or directly from outside the breadcrumbs show always a wrong (for me) path.
Does exist a way to customize breadcrumbs? And if not, can I simply hide breadcrumbs (only breadcrumbs, not title page) only from PORTFOLIO ITEMS?
I’m a developer, so also advanced suggestions will be loved! :)
I hope in an help.
Thank you.
Hi FLORENCE2014!
Please add following code to Quick CSS in Enfold theme options under Styling tab to remove breadcrumbs on portfolio pages
.single-portfolio .title_container .breadcrumb { display: none; }
Best regards,
Yigit
Hello,
I have used this code :.single-portfolio .title_container .breadcrumb { display: none; }
in order to hide breadcrumbs in portfolio article… it run but I’d rather to hide also the breadcrumbs container, for not having empty space instead of breadcrumbs, is it possible?
Thanks
Sacha
Hi,
Yes, please use following code instead
.single-portfolio .title_container {
display: none;
}
Best regards,
Yigit
Thank you ! Perfect! It works!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit