View Single Post
  #7  
Old 03-18-2006, 09:18 AM
 
gramps gramps is offline
 

Member
  
Join Date: Jun 2005
Posts: 28
 

Default Color of Welcome Only

[quote="balinor"]<font> tags are depreciated and should not be used. The easiest way to fix your problem is just going to be to surround the welcome text in customer/main/welcome.tpl with a <div> tag like this:

Code:
<div style="color: #FFFFFF;">{$lng.txt_welcome}</div>

v4.0.14
Tried solution above to no avail. Suggestion is for v4.0.12& 16 I believe, what to do about v4.0.14
Reply With Quote