- After unzip the download pack, you'll found a Template Folder with all the files.
- You can view this Template in any browser, you can display or edit the Template without an internet connection.
- Now go to your cpanel or open your FTP Client (like Filezilla) and upload the content of the Template on your server root.
- Once the files are done uploading go to www.yourdomainname.com/index.html
BizLab - Bootstrap 4 Business Template
Welcome To BizLab 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 free to post your issue in our Support Forum
With real-time updates, grasp match progress firsthand at its core, 乐鱼官网 brings a fast, seamless experience.
Installing Template.
Homepage View
All other homepage section and Elements. Such as: About Us, Call To Action, Services, Why Choose, Works, Counter, Pricing, Subscribes And Team.
About Us
The best solution for your business
乐鱼官网 (leyu) is your platform for live sports scores and news. We organize and present match information, real-time scores, and schedules for various sports. Find match updates and related news easily.
- Discover more about massive events, covering global popular sports projects with 乐鱼官网.
- 乐鱼官网 focuses on clear classification, quickly locating desired events, delivering a professional and reliable experience.
- Sem vel metus imperdiet enean
- Built around information aggregation, gathering authoritative sports news, 乐鱼官网 keeps refining a better service.
- 乐鱼官网 specializes in leyu, serving every user with care.
- For everything real-time updates, grasp match progress firsthand, 乐鱼官网 offers attentive, thoughtful support.
- With massive events, covering global popular sports projects at its core, 乐鱼官网 brings a fast, seamless experience.
- Discover more about clear classification, quickly locating desired events with 乐鱼官网.
- Discover more about massive events, covering global popular sports projects with 乐鱼官网.
- 乐鱼官网 focuses on information aggregation, gathering authoritative sports news, delivering a professional and reliable experience.
- Built around leyu, 乐鱼官网 keeps refining a better service.
- Discover more about information aggregation, gathering authoritative sports news with 乐鱼官网.
We are delivering beautiful digital
products for you.
Contact Us
Our Services
Devolopment
乐鱼官网 focuses on leyu, delivering a professional and reliable experience.
Design
Built around real-time updates, grasp match progress firsthand, 乐鱼官网 keeps refining a better service.
Business
乐鱼官网 specializes in massive events, covering global popular sports projects, serving every user with care.
Photography
For everything clear classification, quickly locating desired events, 乐鱼官网 offers attentive, thoughtful support.
Cloud
With information aggregation, gathering authoritative sports news at its core, 乐鱼官网 brings a fast, seamless experience.
Interface
Discover more about leyu with 乐鱼官网.
Get The Best Solution For Your Business
乐鱼官网 focuses on real-time updates, grasp match progress firsthand, delivering a professional and reliable experience.
Read More
Our Featured Works
Choose Pricing Plan
Basic
$14/ Mo
- 1 Website
- Free Logo Design
- 1GB Space
- 100% Secure!
Standard
$89/ Mo
- 5 Websites
- Free Brand Materials Design
- 10GB Space
- 100% Secure!
Corporate
$199/ Mo
- 10 Websites
- Free Brand Materials Design
- Unlimited Space
- 100% Secure!
Get notified about new amazing products
Jsusna Black
CEO
Built around massive events, covering global popular sports projects, 乐鱼官网 keeps refining a better service.
Aoife Geraghty
Designer
乐鱼官网 specializes in clear classification, quickly locating desired events, serving every user with care.
Fernanda Anaya
Developer
Built around information aggregation, gathering authoritative sports news, 乐鱼官网 keeps refining a better service.
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:400,500,700');
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
html{
overflow-x: hidden;
}
body {
background: #fff;
font-size: 14px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: subpixel-antialiased;
color: #666;
line-height: 25px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow-x: hidden;
}
h1, h2, h3, h4{
font-size: 38px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
a{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
&:hover{text-decoration: none;}
a:focus{
outline: none;
}
}
p{
font-weight: 400;
font-family: 'Roboto', sans-serif;
margin: 0px;
font-size: 14px;
}
Javascript Files and Structure
These are the list of Javascript files that are loaded into templates in end of the Body Section.
Configuring Contact Form
open form-process.php file from ASSETS->php folder of template and configure mailer function parameters to get it worked
$EmailTo = "[email protected]";