Sketch Theme: Hide Thumbnail from Blog Posts Only
-
Hi,
I am trying to hide the thumbnail images from blog posts only in the Sketch theme. When I put the following into the CSS editor, it also hides the thumbnails from the Portfolio, which I do not want to do.
.entry-thumbnail { display:none !important; }Does anyone know how I can target just the blog page with this?
Many thanks,
Josh.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you only want to target the blog page, try using the .blog body class in your css:
.blog .entry-thumbnail { display: none; } -
-
- The topic ‘Sketch Theme: Hide Thumbnail from Blog Posts Only’ is closed to new replies.