Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Option to not display featured image on main page #115

Open
JimmyVodka opened this issue Jan 6, 2017 · 3 comments
Open

Option to not display featured image on main page #115

JimmyVodka opened this issue Jan 6, 2017 · 3 comments
Milestone

Comments

@JimmyVodka
Copy link

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
Copy link
Owner

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

@paulovsky
Copy link
Contributor

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
Copy link
Owner

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

@lacymorrow lacymorrow modified the milestones: 2018, v1.2 Dec 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants