Problem with background colour in checkout form when chosing shipping method
-
When chosing shipment in Woocommerce, the text is white and so is the background. Text then need to be highlighted. Otherwise the customers don’t know what they are chosing.
Could anyone help me to sort this out?
In my additionel CSS I right now have following:
.woocommerce-page .ta-breadcrumb-section {display:none;}.btn {color:#3f51b5;}
.btn {background:#fff;}.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {color:#000;}
#content .label {color:#000 !important;}
.ta-breadcrumb-section
{
display:none !important;
}
.woocommerce form .form-row label {
color: #202830;
}The page I need help with: [log in to see the link]
- The topic ‘Problem with background colour in checkout form when chosing shipping method’ is closed to new replies.