I want Community Time, Coming in the next 28 days and Founded and the Calendar link left to view.
Thank you..
| Author | Comment | |||
|---|---|---|---|---|
Arabian Princess24 |
Community Statistics Box |
Lead | ||
|
Is there a way to get rid of Avg visits per day, Avg views per day, Posts per day, Posts in last 24 hours, Total visits, Total views, Total posts, Total
topics, Total members but keep the rest of the info in the box?
I want Community Time, Coming in the next 28 days and Founded and the Calendar link left to view. Thank you.. |
||||
|
|
||||
exstreamuser |
#1 | |||
|
Just add this line to your Advanced CSS.
ul.daily-stats, ul.total-stats { display: none; } |
||||
|
|
||||
Arabian Princess24 |
#2 | |||
|
Thanks..
|
||||
|
|
||||
Arabian Princess24 |
#3 | |||
|
How do I get rid of Contact Support as well?
|
||||
|
|
||||
exstreamuser |
#4 | |||
|
You're welcome.
li.support-link { display: none; } or combined: li.support-link, ul.daily-stats, ul.total-stats { display: none; } |
||||
|
|
||||
Arabian Princess24 |
#5 | |||
|
Thanks again..
|
||||
|
|
||||
exstreamuser |
#6 | |||
|
You're welcome.
|
||||
|
|
||||