Page Visitation numbers displaying on pages Posted in : Impose kimpossible225Participant 20 February 2017 at 08:32 #47307 I have my site almost ready to go now but on the home page and a few of the other pages I noticed that it is showing how many times the page has been visited right smack in the middle of the page. Can I turn this off? http://www.jasonoehrlein.com serkanModerator 20 February 2017 at 11:15 #47311 Hi, Go to plugins and edit Top 10 Settings and uncheck “Show number of views to non-admins” box. Thanks kimpossible225Participant 20 February 2017 at 16:46 #47321 THANK YOU!!!!!!!!!!! One last question…. Is there a way I can remove the title (or left justify it) on a featured image? serkanModerator 21 February 2017 at 12:12 #47322 Hi, This custom css code will remove the title on featured image in the single post. .single-post header .entry-title { display: none; } or you can use these custom css code to justify it. .post-thumbnail .entry-header { padding: 18% 6% 0; text-align: left; } .post-thumbnail .entry-title { margin-left: 0; } Thanks Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Impose Blog WordPress Themeby pixelwars Login and Registration Log in · Register