Home / Forums / WoodMart support forum / BUY NOW BUTTON SIZE
Home › Forums › WoodMart support forum › BUY NOW BUTTON SIZE
BUY NOW BUTTON SIZE
- This topic has 10 replies, 3 voices, and was last updated 3 years, 4 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 16, 2022 at 9:22 am #383474
HausbasketParticipantI want to change buy no button size 100% and change the background color as well. Full width similar photo send which length I want of BUY NOW button.
Attachments:
You must be logged in to view attached files.June 16, 2022 at 9:35 am #383485
Artem TemosKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.cart .wd-buy-now-btn { width: 100%; margin-left: 0; }Best Regards
June 16, 2022 at 9:39 am #383486
HausbasketParticipantHow to change the color of the BUY NOW button?
June 16, 2022 at 9:52 am #383492
Artem TemosKeymasterHello,
You can change the button color and hover through Theme Settings -> Styles and colors -> Buttons -> Advanced button styles -> create a new rule with the “Single buy now” item.
Best Regards
June 16, 2022 at 9:55 am #383494
HausbasketParticipantThanks
Also, I want to change the size of the quantity box. Full size like add to cart and buy now button.
Attachments:
You must be logged in to view attached files.June 16, 2022 at 1:20 pm #383631
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom in the Global Custom CSS area under Theme Settings >> Custom CSS.
div.quantity input[type=button], div.quantity input[type=number]{ min-width: 50%; } div.quantity { width: 100%; }Best Regards
June 16, 2022 at 3:05 pm #383688
HausbasketParticipantThanks For Your Help!
Can Change width of Variation box, Like quantity box.
June 16, 2022 at 3:57 pm #383754
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS for that.
table.variations select { max-width: 100%; }Best Regards
June 16, 2022 at 4:10 pm #383758
HausbasketParticipantQuantity box size as per requirement but same width change in sticky add to cart quantity box. I donat want to change the sticky add-to-cart quantity box size.
June 16, 2022 at 4:13 pm #383760
HausbasketParticipantAlso, I want to make the BUY NOW button shake for first-time page view visitors.
June 17, 2022 at 9:40 am #383914
Aizaz Imtiaz AwanKeymasterHello,
Please replace the previous Custom CSS with the following then check back.
.summary-inner table.variations select {
max-width: 100%;
}Sorry but there is no option in Theme Settings available for that.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register