Hi,
Is there a way to define minimum font size to the whole website?
Need to increase font size on buttons and especially on Woocommerce shop page and checkout.
Thanks.
Hi Mooshonov,
If you’re looking to do all buttons you can do the following:
.button {
font-size:20px !important;
}
Here is how to change the “add to cart” button on the product page and the “checkout button” on the cart page:
.single_add_to_cart_button{
font-size:20px !important;
}
.checkout-button{
font-size:20px !important;
}
If you need more specific buttons changed, will you list the buttons here?
Hi GCSkye,
Thanks a lot for your reply.
I’m trying to increase the whole woocommerce area – from the cart to the final checkout. Everything related to woocommerce is so tiny it’s barely readable and not to accesible.
Cheers!
Shalom,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.woocommerce-page .button {
font-size: 18px;
}
.woocommerce td {
font-size: 16px;
}
Best regards,
Yigit
Thanks Yigit!
Solved!
Thank you!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit