Community Stats Plugin Custom CSS


/ Published in: CSS
Save to your folder(s)

This CSS will help you adjust the size, color and position of the Community Stats Plugin


Copy this code and paste it in your HTML
  1. /* Adjusts the background and left padding*/
  2.  
  3. div#bp_community_stats_widget-3.widget ul li {
  4. background:none;
  5. padding-left:20px;
  6. }
  7.  
  8. /* Adjusts the font size*/
  9.  
  10. div#bp_community_stats_widget-3.widget ul, .widget div, .widget p {
  11. font-size:15px;
  12. }
  13.  
  14. /* Adjusts the color of the number count */
  15.  
  16. span.community-count {
  17. color:#86A225;
  18. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.