My default setting for Header Title and Breadcrumbs is “display title only”.
How can I make a site-wide change so that this setting applies only to pages but not posts?
.single-post .title_container {display: none;}
appears to work, is this an OK way to do it or is there a better way e.g. something in the theme settings?
Hey zimbo,
There is nothing like that in the theme settings so if your CSS works I would go for that :-)
Best regards,
Rikard
OK, it does work so I’ll stick with that. Thanks.