News:

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

Main Menu

RC2 how can I change the color over sticky topics

Started by cjexotic, December 31, 2005, 05:21:24 PM

Previous topic - Next topic

cjexotic

How can I change the color covering my sticky topics?

Might be a dumb question  :-[ but I couldn't find that area in the css

This is what I mean - the brown area


Thanks


Grudge

Open up style.css in your template, and search for catbg, you'll find about 10 lines all relating to catbg and catbg2, replace them withj:

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
font-weight: bold;
background-color: silver;
color: #000000;
}
I'm only a half geek really...

wing

#2
Same problem here, but that didn't fix it.

It's half fixed for me....
http://www.cartalkcanada.com/TestForum/index.php/board,67.0.html

wing

Adding this fixed it
.windowbg3
{
        color: #000000;
        background-color: #CCCCCC;
}

dbrown

Quote from: Grudge on December 31, 2005, 05:23:25 PM
Open up style.css in your template, and search for catbg, you'll find about 10 lines all relating to catbg and catbg2, replace them withj:

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
font-weight: bold;
background-color: silver;
color: #000000;
}


I think you pasted the same code that already exists in the .css -  At least, I have the same code you posted.
Please do not PM me with support questions.  You will get better and faster responses by contacting someone who has a clue. Thank you.

Matt McFarland

Only fixes the top bar, not the sticky topics.. didnt do anything for the sticky topics they're still messed up. 

http://www.shmup-dev.com

JayBachatero

Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Matt McFarland

#7
Yes I changed the color and it only changes the table headers and not the sticky topics.  For example, if I did 000000 I would only see black backround on the table headers.  The sticky topics wont change.

Grudge

windowbg3 is definetely the correct class for that cell. Could you post a link?
I'm only a half geek really...

EG

this might sound stupid, but you did put # before the 6 digit colour code ? on windowbg3

HPRS Brian

I've got the same problem...  windowbg3 wasn't even in my css, so I'm beginning to think that the author of my theme (Black Day) didn't put any code in to support this. 

Where/What would I add?

Fiery

Hello,

I am cleaning up old support topics.

windowbg3 should just be after windowbg2.

IE: Something like:



.windowbg

{

color: #000000;

background: #D8F2DD;

}

.windowbg2

{

color: #000000;

background: #FAFFFB;

}

.windowbg3

{

color: #000000;

background: #BAF5C4;

}

Advertisement: