lacymorrow / casper

Casper 👻 theme for Wordpress
http://lacymorrow.com/casper
GNU General Public License v2.0
556 stars 93 forks source link

Option to not display featured image on main page #115

Open JimmyVodka opened 7 years ago

JimmyVodka commented 7 years ago

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.

lacymorrow commented 7 years ago

Thanks! I'll try and update the theme soon to include a lot of the feedback I get. Cheers!

paulovsky commented 7 years ago

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)

lacymorrow commented 6 years ago

@paulovsky this is being considered for Jan2018, is it still a valid use-case for you personally?