News:

Wondering if this will always be free?  See why free is better.

Main Menu

How to change text color for copyrights

Started by TW1ST3D, May 15, 2010, 10:29:45 PM

Previous topic - Next topic

TW1ST3D

First.......Before anyone gets upset, I am want to change the copyright color to make it MORE visible.

Now to the meat of the problem,
I changed my background color in the Curve theme (2.0 RC3) to a deep blue and the copyright text is Grey.......this makes it almost disappear. I want to change it to white.

I am pretty good at finding things, but this one escapes me. I have searched the forum and found very little to help me. I believe that the Developers and staff need all the recognition that they can get.
Running 2.0 Gold.......SMF Rocks!!

Costa

Css it's the easy way


#footer_section a
{
color: white;
}


-Costa
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

TW1ST3D

That got most of it............

attached is an image of the rest................Now the Million Dollar Question is......

How do I get the rest of the verbiage white?
Running 2.0 Gold.......SMF Rocks!!

Mick.

To make the rest of it white:

/* Normal, standard links. */
a:link, a:visited
{
color: #346;
text-decoration: none;
}


The thing with that too is, all your links in posts with also change.   Be careful.

TW1ST3D

Quote from: bluedevil on May 15, 2010, 10:49:58 PM
To make the rest of it white:

/* Normal, standard links. */
a:link, a:visited
{
color: #346;
text-decoration: none;
}


The thing with that too is, all your links in posts with also change.   Be careful.

Thanks for your reply Bluedevil.......I am a fan of yours, you did a great job on chevyavalancheclub.com............
but that won't work.  The rest that remains is the custom copyright and text before and after the links for simpleportal and 2by2 host (as seen in the image above)
Running 2.0 Gold.......SMF Rocks!!

folding

That might do it...


#copyright_2by2
{
color: #346;
text-decoration: none;
}

Mick.

Quote from: folding on May 15, 2010, 11:24:50 PM
That might do it...


#copyright_2by2
{
color: #346;
text-decoration: none;
}


Good call.  I didnt know that mod had a bit in the .css.

TW1ST3D

Solved..............

I decided to go with black, it had the contrast to make it perfectly readable.

I followed Costas suggestion then found


/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
color: #444;
}


and changed the values to #000.

This gave me the result that I was looking for.
Running 2.0 Gold.......SMF Rocks!!

TW1ST3D

Quote from: bluedevil on May 15, 2010, 11:26:18 PM
Quote from: folding on May 15, 2010, 11:24:50 PM
That might do it...


#copyright_2by2
{
color: #346;
text-decoration: none;
}


Good call.  I didnt know that mod had a bit in the .css.

It doesn't.......at least I can't find it. I think he was adding that to the css.

Thanks for all the Help guys !!!!   You Rock !!!!!
Running 2.0 Gold.......SMF Rocks!!

folding

I found that while looking though your source, maybe a second style sheet?

Great that you solved it though!

Advertisement: