Just in case you want to add your custom styles, we added custom.css file into the template.
To add custom CSS to the template:
- In Joomla main directory, navigate to templates/proximacentauri/css.
- Open custom.css file.
- Add your custom code.
- Save the file.
Example:
To change font color for the whole website, you should write your code like this:
body {
color: #4b5053;
}