Hi,
I already asked this question about the blog page and added this ccd that works perfectly:
.blog .title_container .container { display: none; }
I would like the same but on blog post. I know I can select “no header” when I write the post but as I will never want a header I was wondering if there was a css for the header not to show in blog post automatically .
Kind regards,
Delphine
Hi Delphiine!
You can use this:
.single . title_container .container { display: none; }
Remove browser cache then reload the page.
Regards,
Ismael
Hi Delphiine!
You can use this:
.single .title_container .container { display: none; }
Remove browser cache then reload the page.
Regards,
Ismael
Hi Ismael,
Perfect! Thanks a lot!
Cheers!