Forums » Support
font colors with css
mckauffer
UNITED KINGDOM
2008-03-11 10:37:47
 

Hi, I'm trying to change the font colors using the css file. I'm able to change the font size like this:

body {
font-size: 14px;
font-family: Century Gothic;
background: #333;
}

but not sure how to change the color. Also, is it possible to have different font colors in the menu column and the main (exhibit) column?

Vaska
I WROTE THIS
2008-03-11 11:16:53
 

color: #f00;

mckauffer
UNITED KINGDOM
2008-03-11 14:07:18
 

That's brilliant, works great, thanks so much for the quick reply and thanks for an excellent application!

tohnjravolta
CANADA
2008-04-23 12:14:46
 

Hi,
I've followed the above steps and it's worked great! BUT, it only seems to have made the change in Safari and not in Firefox or IE!! why is that?!?! Just so we're on the same page, i'm changing the color # from this location ...site/eatock/style.css right? is there something i've done wrong?

body {
font-size: 11px;
font-family: Arial, sans-serif;
background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: #000000; }
a:active { text-decoration: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: #000000; }

a img { border: none; }

Thanks
Evan
curse of the multiples

curse of the multiples

Vaska
I WROTE THIS
2008-04-23 13:10:00
 

But, you haven't changed any text color...it's...

color: #000000;

and...this is not right...

text-decoration: none; (or underline...etc)

tohnjravolta
CANADA
2008-04-23 23:16:16
 

okay I got it all worked out!

thank you so much Vaska! Thanks for the speedy reply.
Evan

Showing 1 - 6 of 6 posts in Forum > Support > font colors with css
 

You need to be logged in to post.