Advertise Here

Author Topic: [Help me] Grey box to black box  (Read 2484 times)

0 Members and 1 Guest are viewing this topic.

Offline Frank Hunt

  • SMF For Free Newbie
  • *
  • Posts: 3
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
[Help me] Grey box to black box
« on: April 06, 2010, 01:23:24 pm »
Forum Url: http://www.lv-cnr.tk/
Ok, I have spent the past few days working on my forum and have it pretty good except for this box.

(Ignore the messed up image please.)
Can someone show me how to change the color to black either in the simple editor or with the code?


Another thing, this problem is black text on a black background:

How can I change just that legend to white text?
By the way, I based my theme off the default black theme.

Any help is appreciated!
Thanks in advance.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Help me] Grey box to black box
« Reply #1 on: April 06, 2010, 01:59:55 pm »
change the background color for the catbg areas to black  in this part of your css

Code: [Select]
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background-image: url(http://www.smfboards.com/Themes2/black/images/catbg.jpg);
background-color: #BEBEBE;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background-image: url(http://www.smfboards.com/Themes2/black/images/catbg2.jpg);
background-color: #D9D9D9;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}


For the text problem - check this thread - there is a section in it that explains the css - should help you but you cannot change ONLY that text to white.   It is gonna change in other areas too.
Stylesheet Making Tips/Helpful Links
       
« Last Edit: April 06, 2010, 02:02:07 pm by simply sibyl »

Offline Frank Hunt

  • SMF For Free Newbie
  • *
  • Posts: 3
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
Re: [Help me] Grey box to black box
« Reply #2 on: April 06, 2010, 02:28:41 pm »
Better already, thank you.  :)

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
2010 Views
Last post November 04, 2006, 05:33:55 pm
by Farley Grey
7 Replies
6056 Views
Last post December 13, 2009, 11:15:10 am
by LaundryLady
8 Replies
4983 Views
Last post June 07, 2009, 01:05:54 pm
by Seldom Fail