I can’t see the breadcrumb anymore. Where can I activate and deactivate it?
thanks
Hey robert7878!
If you have removed it by custom CSS, please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: block!important; }
Regards,
Yigit
still not working
Hey!
Please make sure that you choose to display header on your pages in Header Settings under Layout section http://i.imgur.com/8M3nTom.jpg
Best regards,
Yigit
Hi!
The color of the text is white. You can change it using this:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
color: red;
}
#top .alternate_color.title_container .main-title a {
color: red;
}
Best regards,
Ismael
thanks a lot