Open JimmyVodka opened 7 years ago
Thanks! I'll try and update the theme soon to include a lot of the feedback I get. Cheers!
You can use the folowing CSS code for all pages/posts:
.post-header{display: none;}
For one particular page, use chrome's inspector to find the class of that particular page, and then the code will be:
body.page-id-xxxx .post-header{display: none;}
(xxxx is your page ID)
@paulovsky this is being considered for Jan2018, is it still a valid use-case for you personally?
It's be great to have an option to not show featured image in the main page to keep things clean. Also I wanted to suggest to add an option to show featured image as header background but I think someone already started an issue for it. Really slick theme, mate. Thank you.