PDA

View Full Version : Need a color chnage


New Joe
08-17-2014, 01:34 AM
Hi in need of changing the color of the part which show when a post was made.
It's too light so very hard to read, the 'Today' part.

Thanks

ozzy47
08-17-2014, 01:47 AM
Add this to your additional.css:
.postbit .posthead .postdate, .postbitlegacy .posthead .postdate {
color: red;
}



Adjust red as desired.

New Joe
08-17-2014, 04:21 AM
Wonderful ozzy many thanks, worked just as it should.

--------------- Added 1408257020 at 1408257020 ---------------

I wonder if you have a same trick to make the background color of the Normal and Sticky Threads be different in color? Not the links but the actual background when you are within a board.

:cool:

CAG CheechDogg
08-17-2014, 06:20 AM
Joe do you have a link to your site?

New Joe
08-17-2014, 06:44 AM
Joe do you have a link to your site?

Sorry I don't it's just a skin I am playing with on a test site.

CAG CheechDogg
08-17-2014, 06:49 AM
Ok... for sticky threads background add this to your additional.css

.threadbit .sticky {
background: red;
}


for the normal non sticky do this:


.threadbit .nonsticky, .threadbit .discussionrow {
background: blue;
}

change the color to your liking ...

New Joe
08-17-2014, 06:56 AM
Thanks mate, I'll give that a go

CAG CheechDogg
08-17-2014, 06:59 AM
No problem ....