Not being able to edit the input size using custom css
-
I want to be able to edit the input font size. I tried customizing it, and while it worked in the browser’s inspect CSS section, it doesn’t work on my customization page (Additional CSS).
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
font-size: 20px !important;
}
above is an example of the code i am usingThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Not being able to edit the input size using custom css’ is closed to new replies.