I need to change my button size and font size inside the buttons

I am unable to change the font size of the text inside my buttons like " view more details ",“customise with us” and the font size of variant buttons.

Hi, what theme are you using? It always helps to send a direct URL for your website. If there is no default font sizing in the WYSIWYG Editor, you may need to add some custom CSS.

Hi!

Im using the Craft theme. Here’s a link to my website

https://6375f5-2.myshopify.com/

pw: lahwhe

Thank you. Again, you should be able to select font sizes for most things in the Editor (Online Store > Themes > Customize > Settings > Typography). If not, navigate to Online Store > Themes > Edit Code. In the Assets folder open base.scss. Scroll to the bottom and add a few lines of space and then the following. You can adjust to 1.75rem or less, for example, to make it larger or smaller. Hit save and refresh the live page.

.button, product-form .quick-add__submit, .product-form .product-form__buttons .product-form__submit {
    font-size: 1.5rem !important;
}