Customization
See here how to customize this theme according you.
SCSS Method - style.scss (We Recommended)
We recommended you making edits and additions to the template SCSS/style.scss
style.scss
In this file you can edit your styles and layouts.
CSS Method - custom.css
If you prefer to work with theme as a static source without Sass, you will need to add custom CSS through a separate CSS file.
You just need to link custom.css
at the end of <head>
tag of each page and start adding CSS you want to add or edit. See example below:
<link rel="stylesheet" type="text/css" href="css/custom.css" />