Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

visitors [more info] link?


sheltonjb

Recommended Posts

by default this window uses the background colour and font colour of your site, but I have a black background and dark grey text so I can't read this info properly, can someone tell me where it is so i can go in and have a play?

 

thanks alot

Shelton Brown

Web/Graphic Designer

Link to comment
Share on other sites

you can either create a nue style in the stylesheet and then on the place in your code where it calls for the text change the class= to the new style

or you can add in the html the font tags. example

1st:

<td class="new class here"><?php echo TEXT_MAIN; ?></td>

2nd

<td class="main"><font color="ffffff"><?php echo TEXT_MAIN; ?></font></td>

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

you can either create a nue style in the stylesheet and then on the place in your code where it calls for the text change the class= to the new style

or you can add in the html the font tags. example

1st:

<td class="new class here"><?php echo TEXT_MAIN; ?></td>

2nd

<td class="main"><font color="ffffff"><?php echo TEXT_MAIN; ?></font></td>

 

hi bill, thanks for that.

 

could you tell me where i can find the file tho? i couldnt seem to find it anywhere

 

thanks again

Shelton Brown

Web/Graphic Designer

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...