Home › Forums › Basel support forum › Hide date on feature images (blog) Hide date on feature images (blog) This topic has 5 replies, 2 voices, and was last updated 6 years ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 30, 2018 at 11:47 pm #86185 gingernasserParticipant Hi, Please, how can I hide the date upper left on the feature image – Blog Posts. Like in here https://snag.gy/cDixr4.jpg and here https://snag.gy/d1oFcS.jpg I couldn’t find this on the theme options. Thanks! October 31, 2018 at 7:29 am #86197 Elise NoromitMember Hello, Add this code to the Theme Settings > Custom CSS: body .blog-post-loop .post-date { display:none; } Best Regards October 31, 2018 at 6:32 pm #86331 gingernasserParticipant Thank you! It worked for the blog post (https://snag.gy/FuQ0B4.jpg) but how do I do the same for the “Recent blogs section” in here (https://snag.gy/wtYRVc.jpg) Thanks for your help October 31, 2018 at 7:41 pm #86357 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS: .blog-post-loop .post-date .post-date-day { display:none; } If the code does not work provide the site admin access and page URL. Best Regards October 31, 2018 at 11:52 pm #86422 gingernasserParticipant It worked for the date but the month is still there https://snag.gy/yLRGM1.jpg Sending Credentials on private msg thanks November 1, 2018 at 7:49 am #86465 Elise NoromitMember Hello, I have replaced the code with this one .blog-design-masonry.has-post-thumbnail .post-date { display: none; } Now, the date has been hidden. Best Regard Author Posts Tagged: featured image Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register