Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Address Confirmation Screen Text Not Appearing 'White'...


TheDukeOfHurl

Recommended Posts

Yeah just a color selection issue, you need to find all the text using #000 and check it . The 2 I quickly found were these which I changed to white #fff

.fieldKey {
    color: #fff;
}

.contentText {
    color: #fff;
}

you probably have others.

image.png.6283571e385ebf5ec0176152ab3adb91.png

 

Link to comment
Share on other sites

22 hours ago, ArtcoInc said:

@TheDukeOfHurl

1) Which version of osCommerce are you using?

2) Are you using a template on your site? If so, which one? And, was it developed for your version of osCommerce?

M

I am using v2.3.4. Yes, I am using a templaye, which is a custom creation that was developed for this version of osCommerce.

Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...