vidmarc Posted January 27, 2018 Share Posted January 27, 2018 Is this simple to do? I think it's way too big for our site. nucleusfilms.com Quote Link to comment Share on other sites More sharing options...
bsmither Posted January 27, 2018 Share Posted January 27, 2018 The Foundation skin does not specify a specific font size. As such, the web browser will fall back to the font size specified in the browser's Options settings for Default Font. Then Foundation will set the <body> tag to have a CSS of font-size: 100%. Everything else is based off of that as being expressed as a factor of the base font size. Of course, in the product's Description, you can apply a fixed font size, as I see you have done. If you want the whole page to start at 12px, with other font sizes being a factor of that, and force all your visitors to see that regardless of how they have configured their browser, then: In the skin style file cubecart.default.css, add this rule: html, body {font-size: 12px; line-height: 1.2;} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.