Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Font color won't change


Degage

Recommended Posts

Posted

I'm trying to change the font color of my categories. I know (at least I think I know) that in order to change the color of links, the place to change it is

A {

color: #ffffff;

text-decoration: none;

}

 

However, no matter what code I change it to, the colour remains the same. Do I have to change it somewhere else as well?

 

Thanks in advance.

Proud member of the Code Breakers Club http://www.oscommerce.com/forums/index.php?s=&...t&p=1305968

Posted

if you have not modified the categories code then yes that is the correct part of stylesheet.css

 

Make sure you clear your browser cache

Posted
if you have not modified the categories code then yes that is the correct part of stylesheet.css

 

Make sure you clear your browser cache

 

Thanks Tom, but I have changed many things on my site, including Spooks' Product Listing Enhancements, Thumbnails & Manufacturer Headings. So where would I go now to change the font color?

 

Many thanks,

Monica

Proud member of the Code Breakers Club http://www.oscommerce.com/forums/index.php?s=&...t&p=1305968

Posted

you need to check what class your category links are using then change that one

Posted

Monica,

 

If it helps any this class in your stylesheet:

 

fixcenter {
 width: 900px;
 border:  solid; border-width:  1 px;
 background:#000000;
 color: #ffffff;
 margin: auto;
 margin-top:  20px;
 text-align;
text-align:center;
 background: #000000;
 color: #ffffff;
 margin: 0px;
background-image: url('images/background3.jpg');
background-repeat: repeat; 
 background-position: center;

Has an error or two and is missing the } at the end (which really messes it up in Firefox)

 

This might even be hampering your color changing efforts.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Monica,

 

If it helps any this class in your stylesheet:

 

fixcenter {
 width: 900px;
 border:  solid; border-width:  1 px;
 background:#000000;
 color: #ffffff;
 margin: auto;
 margin-top:  20px;
 text-align;
text-align:center;
 background: #000000;
 color: #ffffff;
 margin: 0px;
background-image: url('images/background3.jpg');
background-repeat: repeat; 
 background-position: center;

Has an error or two and is missing the } at the end (which really messes it up in Firefox)

 

This might even be hampering your color changing efforts.

:blush:

 

Thank you Germ! I'll definitely have to take another look at the stylesheet. Actually nothing is working right on Firefox for me right now, but that's a battle for another day.

 

Cheers,

Monica

Proud member of the Code Breakers Club http://www.oscommerce.com/forums/index.php?s=&...t&p=1305968

Posted

Adding the missing "}" clears up a lot of the problems in Firefox

 

I have the web developer plugin for it that allows you to edit CSS and HTML "in real time".

 

Adding that one little "}" does wonders in Firefox.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Adding the missing "}" clears up a lot of the problems in Firefox

 

I have the web developer plugin for it that allows you to edit CSS and HTML "in real time".

 

Adding that one little "}" does wonders in Firefox.

;)

 

Thank you Germ. As a non-programmer, I find it amazing how one little deletion can screw up your whole page. Is the web developer plugin one of the community contributions? And is it dummy friendly? :huh:

 

Thanks,

Monica

Proud member of the Code Breakers Club http://www.oscommerce.com/forums/index.php?s=&...t&p=1305968

Posted
Thank you Germ. As a non-programmer, I find it amazing how one little deletion can screw up your whole page. Is the web developer plugin one of the community contributions? And is it dummy friendly? :huh:

 

Thanks,

Monica

 

Nope....its a Mozilla community contribution :P

 

http://addons.mozilla.com ... many many great little Firefox addons ... check out the web development section :)

 

Web Developer plugin

 

Need firefox to run these tho hehe :)

Posted
is it dummy friendly?

Well, it just lets you edit the CSS and HTML "in real time".

 

This goes with the premise that you at least kind of know what you're doing, I think.

:blush:

 

At least it goes a lot easier and faster if you do...

:lol:

 

You know what they say about programming, "With freedom comes responsibility".

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Nope....its a Mozilla community contribution :P

 

http://addons.mozilla.com ... many many great little Firefox addons ... check out the web development section :)

 

Web Developer plugin

 

Need firefox to run these tho hehe :)

 

 

Germ, you're a doll! I'd give you a big hug and kiss if I could. You've solved two huge problems for me which I never would've thought of.

Proud member of the Code Breakers Club http://www.oscommerce.com/forums/index.php?s=&...t&p=1305968

Posted
Germ, you're a doll! I'd give you a big hug and kiss if I could. You've solved two huge problems for me which I never would've thought of.

 

:lol: Germs over there ... im over here :P

Posted

@monica

 

:rolleyes:

 

:wub:

 

:blush:

 

@sLaV-

 

:lol:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...