Blog Details

image

24 Dec 2025

09

35

Introduction

This documentation covers the instruction on how to install and use the Bootstrap templates, and answers to any common problems and issues you may face while using the templates.

If you have any question that is beyond the scope of this documentation feel free to Open a Support Ticket or reach out to us on Discord.

We will get back to you ASAP.

Downloading Templates:

You can download all available templates that are available under the big bundle, by visiting your account.

You can download it anytime you want, as long as you have an account with us.

Installing Templates:

To be able to use the template, first, you’ll have to install it. Here are the steps you will have to take to install it:

Step#1: Download the template from GrayGrids. When you download the template, you’ll get a zip file.

Step#2: Unzip/Extract the zip file. After you’ve extracted it you’ll find all the files and assets you’ll need.

Step#3: Now open up the folder in your code editor and update the content according to your need.

Step#4: After you’ve updated the content, now go to your cPanel or open your FTP client (like Filezilla) and upload the template on your server. Make sure to upload it to the root directory.

Installing is done, now go to yourdomainname.com/index.html. You should see the website live.

Directory Structure

When you extract the template folder, you’ll see something like this inside the folder:

|-- Template Folder
    |-- assets
    |    |-- css
    |       |-- All CSS Files
    |    |-- scss
    |       |-- All SCSS Files
    |    |-- js
    |       |-- All JS Files
    |    |-- fonts
    |       |-- All Fonts Files
    |    |-- images
    |       |-- All Images
    |-- index.html and All HTML Files

Customization

Changing Default Theme Color

If you want to change the default Theme Color, open assets->css>main.css file. And find the default color and replace it with your preferred color.

Note: If you are familiar with Scss, you can change the color by changing the Scss variable.

Changing Default Font Family

Just like the color if you want to change the default Font, then go to assets->css>main.css

and find all the font-family then replace its property with your own font-family.

Make sure to include the font’s URL in your HTML or CSS fle. Otherwise, it won’t work.

Note: If you are familiar with Scss, you change the font-family by changing the Scss variable.

Plugins

To add interaction to the templates we’ve used these Vanilla JS and CSS Plugins.

Images

We used images from Unsplash

Icons

For icons, we’ve used Lineicons.

Related Articles

image
24 Dec 2025

基于 PINNs 的冻土地温场演化反演初探

利用物理信息神经网络对高寒地区冻土路基温度场进行时空反演与不确定性分析

image
24 Dec 2025

告别手动去噪:深度学习在地震波处理中的工程实践

结合真实工程案例,展示卷积神经网络在地震勘探与监测信号自动去噪中的应用流程

image
24 Dec 2025

如何利用 XGBoost 与 SHAP 提升岩土参数预测精度

面向生物聚合物处理土的气体渗透率预测,构建可解释的机器学习工作流