Quantcast
Sidebar Background Color - by PanthersNation7 on 2014-09-06 20:33:42
PanthersNation7 on 2014-09-06 20:33:43
126 Posts
Since 12 years ago

Does anyone know how to change that blue background on the sidebar? The background where it says Passing Leaders, Rushing Leaders, etc? I can't seem to find it anywhere in the code and I've been trying since Madden 25.

To see what I mean, go to daddyleagues.com/alpha and look at the sidebars. That blue color that just doesn't go with my color scheme, I'd love to change that.

applaps on 2014-09-10 07:56:16
20 Posts
Since 12 years ago

Hey mate,

Go into your Admin > Layout section.

Under the 'League Header' section find where the inline styling starts (it should already exsit).

Insert this where #000000 is the colour you want:

.data-table1 .thd1 td {
background-color: #000000 !important;
}

If there is no inline styling already, just wrap the above css in a <style type="text/css"></style> tag

Last edited by applaps (1410335822)

Make sure you have read the forum rules before posting