Tagged: breadcrumb
how to remove the breadcrumb in the header, but not the title.
thanks,
Hi ftt123!
You can do that with the options on each page. Look for the meta box on the right hand side and the header text:
Title Bar Settings
Display the Title Bar with Page Title and Breadcrumb Navigation?
Then use the dropdown to select only the title to be displayed.
Best regards,
Devin
Hi!
Please see screenshot here – http://i.imgur.com/HaXjV11.jpg
It is underlined on the right side under Layout section
Cheers!
Yigit
Hey!
Please update Enfold to the latest version 2.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Or if you do not want to update but remove breadcrumbs globally, please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { display: none; }
Regards,
Yigit