Hi there, here’s the site and pages in question:
https://mid.best/cart/
https://mid.best/checkout/
The grey font is too light and not incredibly readable. How do we darken it up?
Thanks for the help!
Jared
Hi there, here’s the site and pages in question:
https://mid.best/cart/
https://mid.best/checkout/
The grey font is too light and not incredibly readable. How do we darken it up?
Thanks for the help!
Jared
Hey Jared,
Thanks for writing in! You can change the font color of the mentioned page in X > Launch > Options > Typography > Body and Content. Find the “Body font color” option and select the desired color from the color picker.
Hope this helps.
Wouldn’t that change the font color site-wide? I only need to change the font color on the Woocommerce cart and checkout pages.
Hello There,
Since you want the change only in the mentioned page, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
body.woocommerce-cart,
body.woocommerce-cart .entry-title {
color: red;
}
body.woocommerce-checkout,
body.woocommerce-checkout .entry-title {
color: red;
}
Hope this helps. Please let us know how it goes.
Perfect. Thanks so much!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.