Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Username color


Guest

Recommended Posts

Posted

Can somebody tell me how i can change the username color it is now soft orange but i have a soft blue back ground you dont see it almost

 

for exapmle this welcome is in black and guest on my webpage is soft orange

 

Welcome Guest

 

www.pcpais.es

 

thank for your time Sander.

Posted

On a "stock" osC install, it's controlled by the stylesheet "stylesheet.css".

 

The "welcome" code goes like this:

 

define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?');
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?');

 

The stylesheet code to control that would be:

 

SPAN.greetUser {

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

color: #f0a480;

font-weight: bold;

}

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...