diff --git a/wordpress/wp-content/plugins/idcommerce/css/style.css b/wordpress/wp-content/plugins/idcommerce/css/style.css index 14d06d45f9263171f6cd9d3e095b3dc0c89f70d8..fc63b81d81f04e09927bbf609ba7942f25d0c8a5 100644 --- a/wordpress/wp-content/plugins/idcommerce/css/style.css +++ b/wordpress/wp-content/plugins/idcommerce/css/style.css @@ -784,8 +784,6 @@ margin-bottom: 10px !important; position: relative; overflow: hidden; } - .memberdeck #payment-form h2 { - margin: 0; } .memberdeck form { /* Custom Dropdown Styling */ } diff --git a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php index c57803c08fbc7e7a857154ffe3ecd6158c531eea..a6a44f2c50177ad4e37a4abf1edd09051a010e35 100644 --- a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php +++ b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php @@ -68,10 +68,26 @@ -

Payment Information

+ + +

Donation of $ to

+

Your donation to , a 501c3 organization, may be tax deductible.

-
data-idset="" data-symbol="" data-customer-id="" style=""> -

Your payment method will not be charged at this time. If the project is succesfully funded, your payment method will be charged $ when the project ends.

+ + + + +

Loan of $ to

+

You are making a 0% interest loan with the expectation of being paid back by the borrower within 5 years. It is not tax deductible.

+ + + + + + + +
+
@@ -87,21 +103,22 @@
-
> -

Please send your check to the address below. Your check for $ will be cashed when the project ends.

-

Make check payable to Blocpower for $

+ +
- + +
-
+
@@ -138,21 +155,21 @@
0) { ?>
-
+

Pay by check?

You can pay by check if you'd like, just go to our - Pay by check checkout. + pay by check checkout.

-
+

Pay by card?

You can pay right now by using our - Pay by card checkout. + pay by card checkout.

@@ -194,9 +211,21 @@
+
+

Loan Terms

+

0% interest
+ 5 year term
+ Paid back annually by borrower to BlocPower who distributes it to you and other lenders.

+ +
+
+

Donation Details

+

You will receive a donation receipt from [Project Name] once the project is fully funded.

+

Our Promise

-

Blocpower guarantees that your payment will be securely stored in our bank account until the project is completed.

+

If this project is not fully funded you can choose to have it allocated to another project or have your money returned.

+

BlocPower does not pay out all of the project money until the construction is completed to the satisfaction of our engineers.

diff --git a/wordpress/wp-content/themes/backer/style.css b/wordpress/wp-content/themes/backer/style.css index 7bcf85ed980630eaa01dd35bb2ba8a68261a596f..bffb9231fb90affd149d802cb16bc510c23706a5 100644 --- a/wordpress/wp-content/themes/backer/style.css +++ b/wordpress/wp-content/themes/backer/style.css @@ -182,7 +182,6 @@ h2 { font-style: inherit; font-size: 1.9375rem; line-height: 3rem; - margin-top: 1.5rem; margin-bottom: 1.5rem; } h3 { @@ -1915,7 +1914,7 @@ input.terms-checkbox-input { } .memberdeck #payment-form { background: none; - margin: 0; + /*margin: 0;*/ padding: 0; width: 100%; max-width: none;