View Single Post
  #5  
Old 09-24-2006, 06:15 AM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default Re: 4.1.3 color changes and background image

You need to check the class="name" for the text you wish to change, search for the same name in the CSS file and change it.

If the class name applies to other text you do not want to change, create a unique class name for the text you wish to change, then create a new CSS style(font size, colour etc) using the new class name.

You can also use inline style, example
<td style="font:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF">your text</td>

or
<font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="1">your text</font>

or
When you have created your NEW CSS style...

<td class="name_of_your_CSS_style">your text</td>.

If you do not select a font x-cart default font will be used.
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote