Removing meta info top of posts (+logo bar) Posted in : Read WP andy2lockParticipant 13 October 2016 at 21:21 #44534 Hello and thank you for a great theme! I was looking around to see if I could find a solution to this, but couldn’t so figure I would ask you guys. How do you remove the meta info on top of posts? Also how could you remove the small line that appears under my logo? http://www.andy2lock.com much appreciated! serkanModerator 14 October 2016 at 15:24 #44548 Hi, You can use this custom css code for removing all meta info from your website. .entry-meta { display: none; } If you would like to remove it just from the homepage then use this custom css code; .home .entry-meta { display: none; } You can use this custom css code to hide the site description. .site-description { display: none; } or go to settings > general > delete the tagline 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register