Home › Forums › WoodMart support forum › font size in buttons font size in buttons This topic has 4 replies, 2 voices, and was last updated 11 months, 2 weeks ago by Aizaz Imtiaz Awan. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 19, 2024 at 8:19 pm #550468 adpwebdesign.itParticipant Hi, how can I increase font-size for all buttons? Only through css or is there any setting somewhere? Thanks March 20, 2024 at 11:55 am #550633 Aizaz Imtiaz AwanKeymaster 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. March 21, 2024 at 3:45 pm #551154 adpwebdesign.itParticipant 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 March 21, 2024 at 3:46 pm #551155 adpwebdesign.itParticipant 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. March 22, 2024 at 9:57 am #551322 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register