I can't find the setting for removing breadcrumbs from the title on blog article details.
I put a blog shortcode with blog type "timeline" + I have hidden the title and breadcrumbs from this page - but when I click on an article, I still have title and breadcrumbs. How do I remove them ?
Hi,
I can't find the setting for removing breadcrumbs from the title on blog article details.
I put a blog shortcode with blog type "timeline" + I have hidden the title and breadcrumbs from this page - but when I click on an article, I still have title and breadcrumbs.
How do I remove them ?
Thx&rgds,
François
Hello Francois,
If you want to hide the title for all page add this custom css ( thefox > styling options ) :
.page_title_ctn { display:none; }
If you only want to hide for single post :
.single-post .page_title_ctn { display:none; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme