• Resolved miaccross

    (@miaccross)


    As you can see on the page I linked, its really difficult to tell that there is an input field where you can type the donation amount. How can I make this bigger? How can I make this stand out more?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • In your child theme style.css add something like this:

    input#donation_amount_field.input-text.text {
    font-size: 17px;
    border: none !important;
    padding: 10px 15px !important;
    background-color: #eee !important;
    text-align: center;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘styling the donation input amount’ is closed to new replies.