Crystal - Bootstrap Template

Welcome To Crystal Template Documentation.

Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!

This document covers the installation and use of this theme and often reveals answers to common problems and issues - read this document thoroughly if you are experiencing any difficulties. If you have any questions that are beyond the scope of this document, feel to post your issue in our Support Forum

Crystal - Video Background Multi-purpose Bootstrap 4 & HTML5 Template

Installing Template.

  1. After unzip the download pack, you'll found a Template Folder with all the files.
  2. You can view this Template in any browser, you can display or edit the Template without an internet connection.
  3. Now go to your cpanel or open your FTP Client (like Filezilla) and upload the content of the Template on your server root.
  4. Once the files are done uploading go to www.yourdomainname.com/index.html

Homepage View

All other homepage section and Elements. Such as: Our Services, Amazing Features, Videos, Works, Pricing Plans, Counter, Testimonial, Our Team and Blog.

						
					    

Our Services


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

Content Writing

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Web Development

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Graphic Design

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

UI/UX Design

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

App Development

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Digital Marketing

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Amazing Features


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

Bootstrap 4 Based

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Fully Responsive

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

HTML5 & CSS3

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Video Background

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Parallax Sections

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Ajax Contact Form

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Our Introductory Video

Learn more about us, its only 30mins

Our Works


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

Pricing Plans


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

Starter Plan

  • Consectetur adipiscing
  • Nunc luctus nulla et tellus
  • Suspendisse quis metus
  • Vestibul varius fermentum erat

Popular Plan

$3.99
  • Consectetur adipiscing
  • Nunc luctus nulla et tellus
  • Suspendisse quis metus
  • Vestibul varius fermentum erat

Premium Plan

$9.50
  • Consectetur adipiscing
  • Nunc luctus nulla et tellus
  • Suspendisse quis metus
  • Vestibul varius fermentum erat

100%

Faster

700

Cup of Coffee

10000+

Active Clients

1689

Peoples Love

Download Our App

Our Team


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

Jhon Doe

Apps Developer

Jhon Doe

Apps Developer

Jhon Doe

Apps Developer

Jhon Doe

Apps Developer

Latest Blogs


Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.
nibh euismod tincidunt ut laoreet dolore magna.

How often should you tweet?

on Mar 23, 2018 24 Comments

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Read More

Content is still king

on Mar 29, 2018 24 Comments

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Read More

Social media at work

on Mar 21, 2018 24 Comments

Official 2026 World Cup site offering schedules, live scores, team news, and data analysis for comprehensive football event information.

Read More

CSS Files and Structure

These are the css files that are loaded into templates in Head Section.

                        
					    
					    
					    
					    
					    
					    
					    
					    
					    
					    
					        
					    

					    
					    
		            

Google Web Fonts

By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.

		                
						
						@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
						@import url('https://fonts.googleapis.com/css?family=Raleway:100,600');
		            

Fontface Fonts

By default, the template loads this font from from local for heading texts, you can change the font with the one that suits you best.

                        
					
					
					
                

You can change fonts from main.css

                   	body{
						font-family: 'Roboto', sans-serif;
						color: #333;
						font-size: 14px;
						font-weight: 400;
						background: #fff;
						overflow-x: hidden;
					}
					img {
						max-width: 100%;
					}
					h1, h2, h3, h4, h5, h6{
						font-family: 'Raleway', sans-serif;
						font-size: 40px;	
						font-weight: 100;
						letter-spacing: 1px;
					}
					p{
						font-size: 14px;
						line-height: 26px;
					}
		        

Javascript Files and Structure

These are the list of Javascript files that are loaded into templates in end of the Body Section.

						
					    
					    
					    
					    
					    
					    
					    
					        
					        
					        
					        
					        
					        
					    
					    
					        
					        
					        
					    
					       
					    

		            

Changing The Default Color Preset of Template

Crystal comes with multiple color presets you can check color preset files from css->colors folder

You can change default color preset by adding color css file in head area like:

                        
    						
                    

Configuring Contact Form

open form-process.php file from php folder of template and configure mailer function parameters to get it worked

                  
                  $EmailTo = "[email protected]";
                

Google Map Settings

open conact page goto JS library section and change the latitude/longitude values

						var defult = new google.maps.LatLng(44.2072183, -101.3681486);
		            

Source and Credit