When I view the single poste, I would like to eliminate the breadcrumb and the title "BLOG - LATEST NEWS", how can I do?
Thanks.
Single post view
4 posts from 4 voices-
Posted 4 months ago #
-
Hi alegirunner,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-post .title_container { display: none; }Regards,
Devin
Posted 4 months ago # -
Hi,
is it also possible, just to eliminate the title but leave the breadcrumb there, means put it out of the title container?Thanks
TomPosted 4 months ago # -
Hey!
You can hide the title (h1 element) with following code:
#top.single-post .title_container h1.main-title { display: none; }Best regards,
PeterPosted 4 months ago #
Reply
You must log in to post.














