News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

How can I change the color of the SMF rows?

Started by RubberDucky, April 15, 2014, 02:30:55 AM

Previous topic - Next topic

RubberDucky

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?
My gaming forum: http://gamingforums.hostei.com. Please visit my gaming forum.
I want to become a bigforum when I grow up.

shadow82x

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;
}
Colin B
Former Spammer, Customize, & Support Team Member

Advertisement: