Home › Forums › WoodMart support forum › Proceed to checkout Size Buttons
Proceed to checkout Size Buttons
- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 23, 2021 at 10:11 am #275689
Riccardo95ParticipantHi guys,
1) How can I increase the proceed to checkout button on the cart page? ( divided by mobile and deskop)
2) And the botton Order now on the checkout page ( the button to pay) ( divided by mobile and deskop)
3) How can I increase the credit card field sizes? ( divided by mobile and deskop)
4) Also can I put after the cart summury the apply coupon field on the cart page?March 23, 2021 at 12:33 pm #275741
Aizaz Imtiaz AwanKeymasterHello,
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.btns-shop-light .cart-totals-inner .checkout-button { padding: 25px 30px 25px 30px; }
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
button#place_order { padding: 30px 30px 30px 30px; font-size: 18px; }
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-stripe-elements-field, .wc-stripe-iban-element-field { padding: 20px; }
4) Please provide a relevant screenshot of the specific area to check it myself and help you out accordingly.
Best Regards.
March 27, 2021 at 8:43 pm #276911
Riccardo95ParticipantHi Guys, everything perfect!
Ok so two more questions:
1) I’d like to increase the size and make “full” the add to cart button on the category view as the scrennshot n.1 ( to have an effect similar to the screnshoot 1.1) and the word ADD TO CART appears instead of the icon ( this is not a big necessity)
2) Is it possible for the coupon block to go under the total cart block? ( see the screenshot 2)
Thanks as always for your services!!
Attachments:
You must be logged in to view attached files.March 29, 2021 at 6:43 am #277101
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-hover-quick .add-to-cart-loop span { display: block; } .woodmart-hover-quick .add-to-cart-loop:before { display: none; } .woodmart-hover-quick .add-to-cart-loop { width: 100%; height: 50px; }
2) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.
Best Regards
March 29, 2021 at 8:01 am #277131
Riccardo95ParticipantThat’s perfect guys!
I take this opportunity to ask:
1) How can i increase the size of the product category view? More or less as in the screenshot 1.1
2) I installed a dinamic price plugin and it adds a block before the add to cart button. when the add to cart button scrolls down, it also carries the dynamic price block. How can I exclude it and only scroll down the add to cart button?
Attachments:
You must be logged in to view attached files.March 29, 2021 at 10:57 am #277187
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
I saw the screenshots you attached.
1) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.
2) And for the Sticky button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-sticky-btn-shown.woodmart-sticky-btn .awdr-bulk-customizable-table { display: none; }
Regards.
Xtemos Studios -
AuthorPosts
Tagged: addtocart, button sizes, checkout
- You must be logged in to create new topics. Login / Register