Hey,
I need to change all the text areas on my site. I figured out how to change the ones on the check out page but when you go to the cart page before the page that you put all your info the boxes are back to the old lite gray color that you cant see very well. I would like this change across the board even on the product text areas and around the quantity and checkboxes and radios. Pretty much anything that is that lite gray color that is an option needs to be darker.
This is what I did for the checkout page I would like the same across the board.
.woocommerce-account form select, .woocommerce-account form textarea, .woocommerce-account form input[type=“tel”], .woocommerce-account form input[type=“text”], .woocommerce-account form input[type=“email”], .woocommerce-account form input[type=“password”], .woocommerce-checkout form select, .woocommerce-checkout form textarea, .woocommerce-checkout form input[type=“tel”], .woocommerce-checkout form input[type=“text”], .woocommerce-checkout form input[type=“email”], .woocommerce-checkout form input[type=“password”] {
background-color: #fff;
color: #000;
border: 1.5px solid #505050;
font-size: 16px;
}