Quote Originally Posted by Dustie View Post
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
There's not one file; the font sizes are initialized by the base Bootstrap CSS/JS: https://getbootstrap.com/docs/4.6/co...and-paragraphs

You'll need to add your site-specific CSS styling to the /css/site_specific_styles.php file.