change CSS on checkout page specially border
-
Hi,
I’m trying to customize “text area and select fields” from my checkout page website using this code :
.woocommerce form.checkout input[type=”text”],
.woocommerce form.checkout input[type=”password”],
.woocommerce form.checkout input[type=”tel”],
.woocommerce form.checkout input[type=”email”],
.woocommerce form.checkout select,
.woocommerce form.checkout textarea {
padding: .6180469716em;
background-color:;
color: #43454b;
outline: 0;
border: 0;
-webkit-appearance: none;
border-radius: 10px;
box-sizing: border-box;
font-weight: 400;
border:solid 1px #cfa748;
}All is good except select fields like “country” and 4 customs additionnal fields that we added in the past like (number of passengers, bags, handluggage etc …) these 4 customs are select type.
So it means that on the code line select is not working …
Any solution please
The page I need help with: [log in to see the link]
- The topic ‘change CSS on checkout page specially border’ is closed to new replies.