upnet Active member Licensed customer Jun 2, 2014 #1 Is there a way to remove the members statistic from the front page?
P Paul B XenForo moderator Staff member Licensed customer Jun 2, 2014 #2 You can edit the template and comment out the block of code. Upvote 0 Downvote
upnet Active member Licensed customer Jun 2, 2014 #3 Thanks for quick response. I think I've edited it before, but what template is it? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Jun 2, 2014 #4 forum_list Upvote 0 Downvote
Allan Well-known member Licensed customer Jun 2, 2014 #5 upnet said: Is there a way to remove the members statistic from the front page? Click to expand... Code: .memberCount { display: none !important; } Upvote 0 Downvote
upnet said: Is there a way to remove the members statistic from the front page? Click to expand... Code: .memberCount { display: none !important; }
upnet Active member Licensed customer Jun 2, 2014 #6 Ah, that was an easy fix, thank you Brogan! Upvote 0 Downvote