I would like to hide the “Blog” title and the breadcrumb navigation on my website’s blog
I’m using the Single Author Small setting. Please see the issue here
https://thegutwarriors.com/blog/
I was able to “hide both” on this blog page using the “Title Bar” settings
However, I’m unable to make it happen on
https://thegutwarriors.com/blog/
where I have changed the Blog Layout to “Single Author Small Preview Pic” via Enfold theme options.
Please advise how to make the Title Bar disappear.
Hey khetarpal,
Please try the following in Quick CSS under Enfold->General Styling:
.blog .title_container {
display: none;
}
Best regards,
Rikard
Super. That works for hiding the title bar entry.
Now, I want to add a custom title to the same page. I want it to say
“BLOG
The latest articles are below”
How do I add this?
Hi,
Thanks for the update. Are you using the default blog template, or did you create the page yourself? If you are using the default template, then please try to create the layout yourself by adding the Blog Post element to an empty page, then deselect the current page as your blog page in the theme options. After that, then you can add your custom content using elements from the Layout Builder.
Best regards,
Rikard
Got it. Super Thanks!
