Comments on: How to Modify Featured Images in WordPress https://firstsiteguide.com/wordpress-featured-image/ Online Business Advice Wed, 04 Oct 2023 04:45:36 +0000 hourly 1 By: Audrey https://firstsiteguide.com/wordpress-featured-image/comment-page-1/#comment-3254 Sun, 15 Apr 2018 15:22:36 +0000 https://firstsiteguide.com-featured-image/#comment-3254 In reply to Audrey.

I found the solution:
CSS code in the Custom CSS section of the customizer:

.single .thumbnail { text-align: center; }
.single .thumbnail img { width: auto !important; }

And replace auto by the wanted size (eg. 300px)

]]>
By: Audrey https://firstsiteguide.com/wordpress-featured-image/comment-page-1/#comment-3253 Sun, 15 Apr 2018 14:59:35 +0000 https://firstsiteguide.com-featured-image/#comment-3253 Hello,

Thanks for your article.
I activated the plugin, but in all additional image sizes, there is none dedicated to the featured image…
I am using Ocean WP theme.
I really want to change the size of the featured image of my posts because they are HUGE at the moment. And I need to keep them since they are the source for my posts widget…
Would you be able to help?
Thank you,
Audrey

]]>