I am trying to change the colors to custom colors that I have picked out but when I enter my CSS code into the style sheet, nothing happens. Is there something wrong with this code???
.BG_Base {background:5F5549;}
.BG_Light, .MSC_PrimaryNavRightSpace, .MSC_PrimaryNavBottomSpace, .MS_MasterLeftNav,.MSC_DisplayDataTable th {background:897B69;}
.F_Light {color:897B69;}
.BG_Mid, .MSC_PrimaryNavFrame, .MSC_SecondaryNavLeftSpace, .MSC_SecondaryNavTopSpace {background:C9D8B3;}
.F_Mid, .MSC_DisplayDataRepeatingForm table td hr {color:C9D8B3;}
.MSC_DisplayDataTable th, .MSC_DisplayDataTable, .MSC_DisplayDataTable td {border:1px solid C9D8B3;}
.BG_Dark, .MSC_HeaderFrame, .MSC_FooterFrame {background:D9E8C2;}
.F_Dark {color:D9E8C2;}
.BG_CompLight, .MSC_PrimaryNavLinkFrame-On, .MSC_SecondaryNavFrame {background:C9D8B3;}
.F_CompLight {color:C9D8B3;}
.BG_CompMid {background:5F5549;}
.F_CompMid {color:5F5549;}
.BG_CompDark {background:897B69;}
.F_CompDark, .MSSB_Price {color:897B69;}
I got the code from using this website
Any help would be greatly appreciated!