Home › Forums › Support › Hide content images only in homepage This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 27, 2016 at 6:52 pm #168516 Ramesh Srinivasan For some posts, I start with something like this: <p><img class="alignright" src="http://www.sampleweb.com/something.jpg" alt="sampleimage" />Content starts....Some paragraph</p> Is there a way to hide the image in the homepage? January 27, 2016 at 11:39 pm #168538 TomLead Developer Lead Developer Hi there, You can set your blog to show the excerpt by going into “Customize > Blog > Blog Content”. By setting the excerpt it will strip the image. If this doesn’t work for you try this CSS: .blog .entry-content img, .archive .entry-content img { display: none; } Adding CSS:https://generatepress.com/knowledgebase/adding-css/ January 27, 2016 at 11:52 pm #168542 Ramesh Srinivasan Used the CSS, and works fine. Just what i needed ๐ January 27, 2016 at 11:56 pm #168543 TomLead Developer Lead Developer Awesome! Glad it worked ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In