Home › Forums › WoodMart support forum › Hide featured photo from Blog Post Hide featured photo from Blog Post This topic has 3 replies, 2 voices, and was last updated 7 months, 3 weeks ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 20, 2024 at 1:31 am #559039 baranpastacilikParticipant In blog posts, I want the featured images to appear on the page where all the blogs are (the first photo). But I don’t want the featured image to appear in single blog posts (second photo). How can I do it Attachments:You must be logged in to view attached files. April 20, 2024 at 12:19 pm #559109 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .post-single-page .entry-header { display: none; } Best Regards April 20, 2024 at 9:26 pm #559191 baranpastacilikParticipant Can you write the code to hide the posted by, avatar and author name in the photo? Attachments:You must be logged in to view attached files. April 22, 2024 at 10:59 am #559366 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Global: .wd-entry-meta .meta-author { display: none !important; } Best Regards. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register