Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change a Text color in the "New Products" section?


soupgfx

Recommended Posts

How do I change the color of a product name in "New Product" section?

 

Currently the background color is black and so is the product name.

 

rs_text_color01.jpg

 

Where would I change that setting? Thanks for any help.

 

-SoupGFX

Link to comment
Share on other sites

It's an anchor (link) with no style attached to it so it uses the default anchor style in the stylesheet:

 

A {
 color: #000000;
 text-decoration: none;
}

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and 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 >

Link to comment
Share on other sites

Germ,

 

NICE!!! That worked perfectly! Thanks for the help!

 

-SoupGFX

 

 

 

It's an anchor (link) with no style attached to it so it uses the default anchor style in the stylesheet:

 

A {
 color: #000000;
 text-decoration: none;
}

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...