Secondary color issue with payment box
-
When you choose a secondary color, the payment box takes on that color. This would not be a problem if the box had padding, but it doesn’t so the text has no padding round it and buts up to the edge of the box which looks ugly.
This was not an issue before this plugin because the box background was white, so lack of padding is no problem.
The workaround is of course to use CSS, but that should not have to be necessary
.woocommerce-checkout #payment div.payment_box {padding:10px} .woocommerce-checkout #payment {padding:0px 10px 0px 10px}
- The topic ‘Secondary color issue with payment box’ is closed to new replies.