How to hide featured image in post or make it Full width Images ? Posted in : Editor MarieHouParticipant 6 July 2016 at 15:56 #39423 Hi, I would like to change the appearance of my featured images in posts. So for this, I would like to know if these next options are possible: – Is it possible to have my featured image in full width in my posts (like the Full-width Images in the content post)? – If not, is it possible to hide the featured image inside the blog post, but keep it in my homepage (in the slideshow) ? Thanks for your answer, Marie. serkanModerator 9 July 2016 at 23:11 #40762 Hi Marie, You can try to use this custom css code for full eidth image. It is not exactly what you want but it is close your niche. .single-post .featured-image img { max-width: 160%; margin-left: -15%; } or you can use this custom css code for hide the featured image inside the blog post. .single-post .featured-image img { display: none; } Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register