Home / Forums / WoodMart support forum / About add to cart and payment buttons
Home › Forums › WoodMart support forum › About add to cart and payment buttons
About add to cart and payment buttons
- This topic has 10 replies, 2 voices, and was last updated 2 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 14, 2024 at 5:59 am #548940
terryji520ParticipantI modified the button font, but only the add to cart button changed, the payment button did not.
Attachments:
You must be logged in to view attached files.March 14, 2024 at 1:56 pm #549044Hello,
Navigate to Theme Settings > Styles and colors > Buttons > Advanced button Style > Choose Single Buy Now button element from drop down and customize it.
https://ibb.co/WvvrVGgBest Regards.
March 15, 2024 at 6:22 am #549202
terryji520ParticipantWhich one can adjust the overall button font?
March 15, 2024 at 6:42 am #549206
terryji520ParticipantI added so the buttons did not respond. I could only add all the buttons one by one, but the buttons on the product front did not change.
Attachments:
You must be logged in to view attached files.March 15, 2024 at 12:29 pm #549287Hello,
The “Single Buy Now’ element for buy now button in the single product page.
https://ibb.co/WvvrVGgPlease follow this guide on how to customize the button styles.
https://xtemos.com/docs-topic/advanced-button-styles/Best Regards.
March 15, 2024 at 8:40 pm #549464
terryji520ParticipantWhat I’m talking about now is that the font of the button in this place cannot be changed. Even though I added all the selectable options, the font of this button remains the same.
Attachments:
You must be logged in to view attached files.March 16, 2024 at 11:22 am #549553Hello,
Can you please share the page url of the example site so i will check and give you a possible solution.
Best Regards.
March 16, 2024 at 11:24 am #549554
terryji520Participanthere
March 16, 2024 at 6:00 pm #549642Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-add-btn-replace .add-to-cart-loop { background-color: red !important; color: black !important; }Best Regards.
March 23, 2024 at 5:16 pm #551726
terryji520ParticipantWhat is this css used for? I need to change font size, not color
March 25, 2024 at 10:32 am #551904Hello,
To change the font size instead of color, you’d need to use a different CSS property called “font-size.” Here’s how you can adjust the font size:
.wd-add-btn-replace .add-to-cart-loop { font-size: 16px !important; }Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register