Quantcast
Font Color for Player of Weeks - by kpthbusrunin on 2014-09-02 16:07:26
kpthbusrunin on 2014-09-02 16:07:26
41 Posts
Since 12 years ago

I have been trying t figure out how to change the font color of the player of the weeks, but I am having no success. 

The default seems to be blue, but I want to change the color.

applaps on 2014-09-10 08:02:38
20 Posts
Since 12 years ago

this css should help

div.playeroftheweek-name p a {
color: #005580 !important;
font-size: 14px  !important;
font-weight: bold  !important;
}

div.text p.stat-value {
color: #005580 !important;
font-size: 18px !important;
font-weight: bold !important;
letter-spacing: -2px !important;
margin-bottom: 0.55em !important;
}

modify as required and place in your Admin > Layout section wrapped in some inline style tags. the !important part just ensures that it takes priority over other css

Make sure you have read the forum rules before posting