Hi,
On my Site I put everything in the Custom CSS Plugin
Here are the CSS Customization:
/*Donation Amount*/
div.give-donation-amount.form-row-wide{
width:238px;
display: block;
margin: 0px auto 0px;
}
/*Currency Style*/
.give-form-wrap form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
height: 64px;
width: 38px;
line-height: 64px;
border-radius: 4px 0px 0px 4px;
}
/*Text Style*/
.give-form-wrap form[id*="give-form"] .give-donation-amount #give-amount {
font-size: 2.8em;
//text-align: center;
height: 64px;
width: 200px;
border-radius: 0px 4px 4px 0px;
}
/*—Select Amount--*/
#give-donation-level-button-wrap{
display: table;
margin: 10px auto 40px;
}
[id*=give-form] .give-donation-level-btn {
width: 100%;
font-size: 1.2em;
font-weight: 300;
background: #f2f2f2;
color: #5d4b51;
height: 40px
border-color: #fff;
/*border-radius: 1px;
-moz-border-radius: 3px;
-webkit-border-radius:3px;*/
}
[id*=give-form] .give-donation-level-btn:hover {
background: #f2f2f2;
color: #5d4b51;
border-color:#fff;
opacity: .9;
}
/*———Donate Button------*/
#give-purchase-button{
font-size: 1.5em;
font-weight:00;
width: 100%;
//height: 80px;
background: #e55e54;
color: #fff;
border-color: transparent;
/*border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
top: 40px;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)*/
}
#give-purchase-button:hover{
background:#d85050;
}
Hope you can do something with that code.
Andy