/ Published in: CSS
This CSS will help you adjust the size, color and position of the Community Stats Plugin
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Adjusts the background and left padding*/ div#bp_community_stats_widget-3.widget ul li { background:none; padding-left:20px; } /* Adjusts the font size*/ div#bp_community_stats_widget-3.widget ul, .widget div, .widget p { font-size:15px; } /* Adjusts the color of the number count */ span.community-count { color:#86A225; }