Advertise Here

Author Topic: Post Background Colors  (Read 1294 times)

0 Members and 1 Guest are viewing this topic.

Offline Kimberly5

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

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Post Background Colors
« on: June 21, 2007, 05:52:40 pm »
Forum Url: http://themommycafe.smfforfree.com
I need to see if there is away to change the post background colors to white. Cause all the skins I like and have put on they all seem to roate diff color post backgrounds. Is there away to change it to white.

Thanks

http://themommycafe.freesmfhosting.com/index.php 

« Last Edit: June 21, 2007, 05:54:50 pm by Kimberly5 »

Offline Kimmie

  • SMF For Free Master
  • *
  • Posts: 2010
    • View Profile
    • Kimmie's Caverns

  • Total Badges: 19
    Badges: (View All)
    Topic Starter Combination Level 4 Level 3 Level 2
Re: Post Background Colors
« Reply #1 on: June 21, 2007, 08:38:21 pm »
there is but thats going to also change the colors of other areas in your forum.

You can change it by editing your css code:

Admin CP > Manage Styles > Modify Style > select your stylesheet from the drop down menu - scroll all the way to the bottom and look for this code:

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

That area is called "Windowbg". You can look at this color coded forum and also see the other areas the color will change:

http://stylemanagertestsite.smfforfree2.com/index.php

Offline Kimberly5

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

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Post Background Colors
« Reply #2 on: June 21, 2007, 09:11:46 pm »
It didn't work, does it only work on certain styles?

Thank You

Offline Kimmie

  • SMF For Free Master
  • *
  • Posts: 2010
    • View Profile
    • Kimmie's Caverns

  • Total Badges: 19
    Badges: (View All)
    Topic Starter Combination Level 4 Level 3 Level 2
Re: Post Background Colors
« Reply #3 on: June 21, 2007, 09:34:16 pm »
It didn't work, does it only work on certain styles?

Thank You

nope it works on any stylesheet and I apologize for this - I forgot to add another section of code. The post backgrounds alternate and are tied to both the windowbg area and the windowbg2 area so both will need to be changed (sorry) .

To make both posts white here is what your code needs to be (keep in mind this will change several other areas on your forum to white as well):

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

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
910 Views
Last post May 30, 2008, 07:59:36 pm
by melisamarie
8 Replies
2245 Views
Last post July 21, 2008, 12:12:37 am
by Mayhem Maker
5 Replies
2019 Views
Last post November 25, 2008, 12:52:58 pm
by simply sibyl
1 Replies
2047 Views
Last post July 27, 2009, 05:22:32 pm
by simply sibyl
1 Replies
1599 Views
Last post December 09, 2009, 03:38:44 pm
by LaundryLady