Home Forums WoodMart support forum About add to cart and payment buttons

About add to cart and payment buttons

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #548940

    terryji520
    Participant

    I 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.
    #549044

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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/WvvrVGg

    Best Regards.

    #549202

    terryji520
    Participant

    Which one can adjust the overall button font?

    #549206

    terryji520
    Participant

    I 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.
    #549287

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The “Single Buy Now’ element for buy now button in the single product page.
    https://ibb.co/WvvrVGg

    Please follow this guide on how to customize the button styles.
    https://xtemos.com/docs-topic/advanced-button-styles/

    Best Regards.

    #549464

    terryji520
    Participant

    What 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.
    #549553

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page url of the example site so i will check and give you a possible solution.

    Best Regards.

    #549554

    terryji520
    Participant

    here

    #549642

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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.

    #551726

    terryji520
    Participant

    What is this css used for? I need to change font size, not color

    #551904

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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.

Viewing 11 posts - 1 through 11 (of 11 total)