Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to use color wording?


uniquexme

Recommended Posts

i think we need to edit the stylesheet.css. but i dun have this file under includes/, i see this file under admin/include/ but it says "selected file cannot be opened. no default editor has been set or filetype association is missing or incorrect"

Link to comment
Share on other sites

guys, under the product description, if i want to change the word from default black to red, what code should i use? i have use this but it doesn't work and also how to change the font size?

Since you need to change font color and size, you can do it simply using <font> tags.

For instance lets say you need to write " abc " in red color and 12px in size you simply need to write it like this:

<font style="color:#ff0000; size:12px;">abc</font>

 

Please note #ff0000 is color code for red, you can easily get HTML colors code by googling around a bit.

 

If you want to do it via style heet you need to create new css class in stylesheet.css located in catalog directory and the include that class in HTML of your product description.

Making ERROR is Human So Please BACKUP

Shantnu

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...