Thank you for purchasing Cryptco template. This documentation will help to know more about template and how is structured and how to use the template features. Cryptco is a template for multi purpose sites built on Bootstrap Framework.
To be able to use HTML template, you must have the following:
assets/css
- Extra Stylesheets Folderassets/fonts
- Fonts Folderassets/images
- Images Folderassets/js
- Javacripts Folderstyle.css
- Main Stylesheet Fileindex.html
- Index File/Homepageunzip the compressed archive to see the following structure:
Cryptco/ ├── Documentation/ ├── Package/ ├── assets/ ├── css ├── images ├── fonts ├── js ├── index.js ├── about.html ├── ... └── why-does-the-coin-increase.html
To change the font, Check head inindex.html
then in first go to google fonts choose a font and use the generated code and replace with next code.
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
style.css
body { font-family: 'Lato', sans-serif;/*Change font*/ } h1,h2,h3,h4,h5,h6{ font-family: 'Lato', sans-serif;/*Change font*/ }
yellow hats has a number of included colour schemes that you can switch to at any
time. To switch colour schemes, simply replace color code in
style.css
with what you need.
<!-- COLORS --> --main-color: #e5ad4b; --primary-color: #000; --primary-light-color: #333; --secondary-color: #fff; --light-color: #fbfbfb; --grey-color: #333; --border-color: #ddd; --background-color: #f5f5f5;
The main favicon is located in assets/images/favicon.png
replace with your own.
<link rel="icon" type="image/png" href="assets/images/favicon.png">
Just edit the logo-white.png
from the folder assets/images/
or open index.html
and you should see the tag there:
<img src="assets/images/logo-white.png" alt="cryptco" class="w-100">
I've used the following images, icons, JavaScript or other files as listed.