Showing 1 – 1 of 1 replies
keithlibrary

How to change the style(change the […]

keithlibrary PURCHASED
5 years ago
Hi skelly,
How to change the style(change the colors) in this template? just like the preview does.
skelly
skelly SELLER
5 years ago
Hi,

The default style sheet is the `bootstrap-custom.css` that you'll find referenced in the HEAD tag like this:

`<link rel="stylesheet" href="css/bootstrap-custom.css">`

Alternate color themes (eg: `bootstrap-custom-dark.css`) can be found in the the `\css` folder. You can use these alternate themes by renaming any of them to `bootstrap-custom.css`, Make sure you make a copy of any themes before renaming or overwriting. Here's the step-by-step procedure:

In the `/css` folder:

1) Create a copy of the `bootstrap-custom.css` (ie: bootstrap-custom.1.css)

2) Create a copy of the custom color theme you want to use. For example, copy `bootstrap-custom-blue.css` to `bootstrap-custom-blue.1.css`

3) Delete the `bootstrap-custom.css` file

4) Rename the custom color theme you copied in Step 2 to `bootstrap-custom.css`. For example, rename `bootstrap-custom-blue.1.css` to `bootstrap-custom.css`