CSS and featured images in Twentyfourteen theme
-
Hi!
In the Twentyfourteen theme, I want to remove the appearance of the featured image in the top of each post contain such an image. But I want the featured image to be displayed in the top of the blog for any featured post. Is this possible with a tweak of the CSS code for the theme?The blog I need help with is: (visible only to logged in users)
-
-
Hi there, change the selector you have in the first rule in your custom CSS from this .single .featured-image to this .single .post-thumbnail so it looks like this:
.single .post-thumbnail { display: none; } -
- The topic ‘CSS and featured images in Twentyfourteen theme’ is closed to new replies.