I am unable to hide the subheader on my blog page. It has the same settings as every other page on the blog (hidden), but it still shows up.
http://embracingelderhood.com/speaking-engagements/
as opposed to …
http://embracingelderhood.com/blog/
It says it is hidden on the back-end, but it’s still there.
Can you help?
Thanks!
Bill
Hey beven!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .title_container {
display: none!important;
}
Cheers!
Yigit
Beautiful — thank you. Just out of curiosity, is this something I should have known? Is it in the documentation somewhere?
Thanks!
Bill
BTW, I really love this theme.
Hey!
No Bill, it is not in documentation. Alternatively you can create your blog page like any other page and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style in Enfold theme options > Blog Layout that should work as well. So you would not need to add custom CSS code
Cheers!
Yigit
OK, I have hidden the subhead on the blog page. When I go to that page and click on the post title underneath “Recent Posts” in the right Sidebar, it brings up that post (the only one on this blog so far) and now the subhead is back.
Help!
Thanks,
Bill
Hi!
If you do not mind please create a temporary admin login and post it here privately
Best regards,
Yigit
Hey!
Please edit your posts and under Layout Section choose not to display Subheader – http://i.imgur.com/cFyIDvc.png
Regards,
Yigit
Sorry–should have figured that out on my own.
Bill