Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


TheDukeOfHurl

Recommended Posts

Posted

Hello!

When testing, I've noticed that the text on the Address Confirmation page isn't appearing as white.  (PLease see the attached preintscreens).  How can I edit this so the text is viewable by potential customers? 

Address_Confirmation.jpg

Address_Confirmation_II.jpg

Posted

find the class controling the text and changr the color beeing used by it. use Chrome inspect tool to see which it is. Will probably be an issue with your template.

 

Posted

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

 

Posted
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!

Posted
23 hours ago, TheDukeOfHurl said:

I still can't find it.

did the 2 classes I found not work? I did not look much further as it was on your live site in the cart section.

 

Archived

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

×
×
  • Create New...