TheDukeOfHurl Posted February 11, 2019 Posted February 11, 2019 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?
♥JcMagpie Posted February 11, 2019 Posted February 11, 2019 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.
♥JcMagpie Posted February 11, 2019 Posted February 11, 2019 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.
TheDukeOfHurl Posted February 12, 2019 Author Posted February 12, 2019 This is driving me crazy! I still can't find it.
ArtcoInc Posted February 12, 2019 Posted February 12, 2019 @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
TheDukeOfHurl Posted February 13, 2019 Author Posted February 13, 2019 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!
♥JcMagpie Posted February 13, 2019 Posted February 13, 2019 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.