Return to Snippet

Revision: 28009
at June 29, 2010 10:30 by widgetlaboratory


Initial Code
/* 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; 
}

Initial URL


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

Initial Title
Community Stats Plugin Custom CSS

Initial Tags


Initial Language
CSS