Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change font color in product info page


godino1

Recommended Posts

I am hoping you are asking the same question I've been wondering...

 

On each page the header_title is in a silver grey color.

 

Index page: Your salutation

Categories Index page: Categories

The pages that said (or used to with me) "What do we have now".

Etc.

 

This silver grey color doesn't go with my site's overall look, but have yet to find where the code is on each page to change that.

 

Any answer?

Link to comment
Share on other sites

I am hoping you are asking the same question I've been wondering...

 

On each page the header_title is in a silver grey color.

 

Index page: Your salutation

Categories Index page: Categories

The pages that said (or used to with me) "What do we have now".

Etc.

 

This silver grey color doesn't go with my site's overall look, but have yet to find where the code is on each page to change that.

 

Any answer?

 

font colors are controlled in the stylesheet. You can find a list of all the classes and what they control in the knowledge base

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

thanks m8 gr8 help

 

it's this one in the stylesheet.css

 

TD.pageHeading, DIV.pageHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #000000;
}

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

thanks but the color #000000 is black but the item title/name is not black on the product info page - this doesn't change it

 

well either this was changed from black to silver, or your code has been changed in the pages.

 

Without a link, a html source code and the matching css code we will not be able to help.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...