Tagged: title
Hello Support,
in the Title Bar Settings Options on the Pages I cannot find to only have the breadcrumbs visible but not the title.
Is there a way to add some code to get this behavior, or can you adjust the available options there in a future release?
Many thanx!
Best,
Katrin
Hi Katrin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main-title.entry-title {
display: none;
}
Cheers!
Yigit
Perfect, Yigit – thank you!!