Quote Originally Posted by lat9 View Post
Copy the file (from your bootstrap template clone) /includes/templates/your-bootstrap/css/dist-site_specific_styles.php to a file named site_specific_styles.php in the same /css sub-directory and make your edits there.

The 'base' font sizes are controlled by bootstrap's CSS files. See this (https://getbootstrap.com/docs/4.6/ge.../introduction/) Bootstrap 4.6 documentation for additional details.
Thank you for your reply.

I opened up the file you mentioned - includes/templates/your-bootstrap/css/dist-site_specific_styles.php

But all I see is the following.

<?php
/*
* BOOTSTRAP 3.6.4
*
* Create a file called "site_specific_styles.php" to contain any changes
* to base css provided by this template. Place site-specific content
* between the opening and closing style tags.
*
* Refer to https://github.com/lat9/ZCA-Bootstra...ecific-styling
* for additional information.
*/
?>
<style>
/* Your content here ... */
</style>
Is there no one specific file that has all the fonts and sizes in it already, which I can just customise?

I went to the link you sent, but sadly I am still not finding a simple file that has the fonts for easy changing.

I am still missing something