This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi there. On the blog page I want to remove the featured image. It’s so large on the page when going through the blog posts.
https://www.roadkillapothecary.com/a-bounty-on-the-forest-floor/
The thing is I need the featured image in the post setting so that it appears on the front home page showcasing blog posts here:
https://www.roadkillapothecary.com/
Turning it off means it doesn’t show up on the home page. Is there a way to at least make it smaller? Thanks!
Hello,
Theme Options > Blog & Portfolio > Blog Layout > Display featured image on single post > Off.
Try to change Large size in Settings > Media. Do not forget to regenerate thumbnails to apply changes for images https://wordpress.org/plugins/regenerate-thumbnails/
Regards
Thanks! It still shows as really large though on the blog page. Is there a way to make it smaller on the blog page? I don’t want to turn that off.The media setting changes didn’t change it.
Hello,
Please add this code in Theme Options > Styling > Custom css:
.blog .blog-post .wp-picture {
margin: auto;
margin-top: 25px;
}
then clear cache and check http://prntscr.com/ktl989
If this is not what you are looking for, please describe the desired result in more details and provide temporary wp-admin access so I can take a closer look.
Regards
You must be logged in to reply to this topic.Log in/Sign up