Advertise Here

Author Topic: Help with changing topic box background colors.  (Read 901 times)

0 Members and 1 Guest are viewing this topic.

Offline melisamarie

  • SMF For Free Member
  • *
  • Posts: 27
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Help with changing topic box background colors.
« on: May 30, 2008, 07:12:01 pm »
Forum Url: http://quiltincottage.smfforfree2.com
I realize that my subject line may not make any sense, so I'm attaching an image of what I'm wanting to do.

When we make a new topic, each "reply" has alternating background colors.
Id like to change it to where it doesn't do that and ALL of the background colors behind the text is the same color.

I mainly want to change this because my forum is currently set to the "lavender" theme and the purple behind the text is aweful!!! I don't mind the light light blue though.

Any help is appreciated. :)

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Help with changing topic box background colors.
« Reply #1 on: May 30, 2008, 07:40:07 pm »
you can do that in the css for that style sheet.  Replace this

Code: [Select]
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #BE9BFF;
}
.windowbg2
{
color: #000000;
background-color: #DEE4FF;
}
.windowbg3
{
color: #000000;
background-color: #E9E8FC;
}


With This

Code: [Select]
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #dee4ff;
}
.windowbg2
{
color: #000000;
background-color: #DEE4FF;
}
.windowbg3
{
color: #000000;
background-color: #E9E8FC;
}

It will also change the color on the left hand side of the index where the new/old buttons are.


And I Play:  Mafia-Mandemz

Offline melisamarie

  • SMF For Free Member
  • *
  • Posts: 27
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Help with changing topic box background colors.
« Reply #2 on: May 30, 2008, 07:59:36 pm »
thank you sooooo very much. I was kinda in the right area earlier lol  :uglystupid2:

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
1267 Views
Last post April 24, 2006, 04:58:40 pm
by Saber Head
2 Replies
1139 Views
Last post July 10, 2007, 03:29:43 pm
by pk4life
2 Replies
998 Views
Last post July 10, 2007, 11:05:41 am
by simply sibyl
2 Replies
1025 Views
Last post August 31, 2007, 02:01:17 pm
by Laugh-nd-kid
8 Replies
1876 Views
Last post September 24, 2007, 11:42:25 am
by Kimmie