Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: RubberDucky on April 15, 2014, 02:30:55 AM

Title: How can I change the color of the SMF rows?
Post by: RubberDucky on April 15, 2014, 02:30:55 AM
The rows I am talking about are the <tr> ones. How can I change the color of these from the current light blue colors, to different shades of grey colors?
Title: Re: How can I change the color of the SMF rows?
Post by: shadow82x on April 15, 2014, 02:40:14 AM
The .windowbg classes in ../Themes/default/css/index.css

.windowbg, #preview_body
{
   color: #000;
   background-color: #e7eaef;
}
.windowbg2
{
   color: #000;
   background-color: #f0f4f7;
}
.windowbg3
{
   color: #000;
   background-color: #cacdd3;
}