Home Forums WoodMart support forum font size in buttons

font size in buttons

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #550468

    adpwebdesign.it
    Participant

    Hi,
    how can I increase font-size for all buttons?
    Only through css or is there any setting somewhere?
    Thanks

    #550633

    Hello,

    You can configure button settings via Theme Settings -> Styles & Colors -> Buttons.
    Please check this manual:
    https://xtemos.com/docs-topic/advanced-button-styles/

    Best Regards.

    #551154

    adpwebdesign.it
    Participant

    Hi
    I used All buttons and set it as 25px to see the difference, but they’re still small as 13px. Screenshot attached
    Am I missing something?
    Thanks

    #551155

    adpwebdesign.it
    Participant

    Hi
    I used All buttons and set it as 25px to see the difference, but they’re still small as 13px. Screenshot attached
    Am I missing something?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #551322

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
        font-size: 25px !important;
    }
    .single_add_to_cart_button  {
        font-size: 25px !important;
    }

    This CSS Code for Mini cart Button.

    .wd-empty-mini-cart .btn, .woocommerce-mini-cart__buttons .btn-cart, .woocommerce-mini-cart__buttons .checkout {
        font-size: 25px;
    }

    Best Regards.

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