Hi,
I would like to replace the single portfolio title in the header by plan text, in this cae: “Gallerij”. So the same as what happens
when i click on a single blog item, wher “Blog” is displayed in the header and the blog title is displayed below.
Arjan
Hi FotografieDuo!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.single-portfolio .title_container .main-title a { visibility: hidden; }
.single-portfolio .title_container .main-title:before { content: 'gallery'; }
Best regards,
Yigit
Thank you, just what I needed!