Hi,
If I go in “Enfold menu ” — “title tab” — “title and breadcrumbs” and then I click on “display only breadcrumbs” It doesn’t work.
It display always title and breadcrumbs.
How can I remove TITLE and display only breadcrumbs?
Fabio
Hey dmstore!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .main-title { display: none !important; }
Best regards,
Yigit
Thank you!!