Could you tell me where the page titles are set in the page templates?
I have been looking for an hour now and I can t seem to find where the pages titles (left side of the breadcrums) are set.
Thanks in advance
Nevermind, found them being set in the Functions-enfold.php lol the only place I didn t look
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",
Hi!
Glad you found the solution :)
Regards,
Peter
is there a way to hide this breadcrumb page title on the leftside of the page in quick CSS ?
(I want to keep the navigatien of the breadcrump)
I dont understand the above solution.
Thanxs in advance
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { display: none; }
Best regards,
Yigit
Execllent!! much beter…..
Thanxs again.