Resonar, remove featured image thumbnail
-
Hi there!
For the resonar theme, How do I remove the thumbnail from the blog excerpt on the main page without removing the featured image from the blog post itself? I want to adjust the line length to extend over where the thumbnail is. I can do basic edits in php.
https://motiondesignandfrances.wordpress.com/
Thank you for your help!
The blog I need help with is: (visible only to logged in users)
-
To hide the post thumnail images on the Front (blog) page of your site, we can use the blog CSS body class to limit this change to only the Front page.
.blog .post-thumbnail { display: none; }If you also want the summary to be full width, add the following.
.blog .entry-summary { margin-right: 0; } -
-
- The topic ‘Resonar, remove featured image thumbnail’ is closed to new replies.