Hi Tina,
I set up a quick site to test it out on the Wedge theme, and I noticed that the Square payment box has a black background and black text. If that’s the issue that you’re experiencing, navigate to Customize > Advanced > Custom JS & CSS and paste code similar to this in your Custom Theme CSS box:
.payment_box {background-color: lightgray !important;}
.payment_box label, .payment_box p { color: black;}
You can change the “lightgray” and “black” to match your color preferences. That will get it to look like this:
I hope this solves the issue for you, if not please let us know what’s happening for you.
-
This reply was modified 4 years, 4 months ago by Jesse Owens.