How can I increase the base font size in a Canopy theme?

How do I change base font size in canopy theme the base max font size is 17px its just to small.

Please share your website URL and I can give you the CSS snippet to fix it.

Thank you

Thank you its - https://www.houseofpride.co.uk/

Hey there,

I am not familiar with your theme. The theme might have an option to adjust the font size. Assuming theme doesn’t have that option you can achieve this by adding the following CSS snippet:

body{
font-size: 18px !important;
}

You can read the following article to learn how to add custom CSS to Shopify .

Please follow my Twitter account https://twitter.com/VoxfaOfficial to stay up-to-date with my Shopify tips or visit the Shopify section of my website https://voxfa.com/category/shopify/.

Thank you

yeah this doesn’t seem to work sadly