I’d like to remove the words blog-latest news that appears in a container above the post title, to the left,right under the logo, on all single blog posts. I’ve seen some options for going into the php files, but my preference would be a css fix to hide it.
I’ve tried several things that did not work
.single-post .container .main-title {
display: none;
}
.single-post .container {
display: none;
}
What do you suggest? Thank you!
I think I’ve got it!
strong.main-title.entry-title {
display: none!important;
}
Hi,
Thank you for the inquiry.
Yes, the css code should work. The title and breadcrumbs can also be removed by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings.
Best regards,
Ismael
Thanks Ismael – and just an FYI – I did the Enfold > Header > Header Layout > Header Title and Breadcrumbs, but the problem with that is it removes the page title on all pages which I didn’t want.
I only wanted the “Blog – Latest News” title that shows up on a single blog post, which the css removed.
Thanks – I love this theme and support!
Hi,
Thanks for the update. So everything is working as it should now then? Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, we can close this, Rikard, thank you.