Hi.
I know that you can control whether Page Titles are displayed for each page by specifying that when editing a page, but is there some css I could use to switch off Page Titles for al Blog Posts, whilst still keeping Page Titles for all pages?
Cheers
Iain
Hi Iain!
You can try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.single-post .post-title {
display: none;
}
Cheers!
Jordan
Hi Jordan.
That didn’t work.
I also tried the following, but it didn’t work either:
.single-post .post-title {
display: none !important;
}
Cheers
Iain
Hey!
Could you please provide a link to the example blog post page with the title you want to remove. You can place the link in the Private Content section in your reply.
Cheers!
Jordan
Done.
Cheers
Iain
Hi!
Please use the below CSS in Enfold > General Styling > Quick CSS
.single .main-title.entry-title {
display: none !important;
}
Best regards,
Vinay Kashyap
Thanks Vinnie.
That worked just fine.
Much appreciated.
Cheers
Iain
Hi!
Glad it worked! Feel free to reach out to us if you have anymore requests.
Regards,
Jordan