Tagged: breadcrumb
Hi,
I have the latest version of Enfold theme
and surprisingly at the top of the breadcrumb i have a new title, such as “latest blog post” or “archive for category”
see in at the image attached
how can i take it off?
Thanks
Tal
Hi talelie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
strong.main-title.entry-title {
display: none !important;
}
Regards,
Yigit
Thanks!!!