Credit Card input fields size too small WooPayments
-
I would like to change the credit card input files height. I use WooPayments.
Apparently till now I have achieved my goal using the following code in Additional CSS but unfortunately the following code doesn’t work on the website’s live version.Field-numberInput {
padding-right: 34.8px; height: 30px !important;
} Field-expiryInput {
height: 30px !important;
} Field-cvcInput {
height: 30px !important;
}
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.