Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with Text Greeting colours....


Guest

Recommended Posts

Posted

I've found the .php file where these are defined.....but where do I change the colour?

 

here's our page:

 

http://www.2galsscrappin.com/catalog

 

What we want is for the "Guest" or the customer's name to appear in the green - what file will I find the spot to make the change? I can't find it in the stylesheet.......

Posted

You are looking for this line in CSS

 

SPAN.greetUser {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 color: #f0a480;
 font-weight: bold;
}

 

for example, change

 

  color: #f0a480;

to

  color: #00FF00;

 

Guest or Customer's name will now be green! :thumbsup:

Posted

Sorry, I forgot to tell you that the file you need is catalog/stylesheet.css

Archived

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

×
×
  • Create New...