How do I change theme colors?


Some of our HTML themes have a predefined set of colors that we provide inside the package.
Usually we have a base CSS file and then a secondary CSS responsible for replacing the colors of the theme.

In order to use them, go to each HTML file and, in the head section, add a link to the color file you want to use bellow style.css.

Like this:

If you want to create you own CSS color, please, read these articles on how to add “Custom CSS” or use one the provided color CSS files and replace every instance where the color is called.

Example of a CSS file

Example of a CSS file