Color Admin

“Corporate Template” Documentation by “Sean Ngu” v5.5.2

Updated on: 08/July/2025
By: Sean Ngu

If you have any inquiries or require further assistance beyond what is covered in this help file, please do not hesitate to send us a message through Wrapbootstrap. We are more than happy to help. Thank you very much!

This template can be used as an fluid layout with a max of 12 columns next to each other. The general template structure is the same throughout the template. Here is the general structure.

<!-- begin #header -->
<div class="header header-float">
  <!-- header here -->
</div>
<!-- end #header -->

<!-- begin section -->
<div class="section">
  <!-- section here -->
</div>
<!-- end section -->

...

<!-- begin #footer -->
<div id="footer" class="footer">
  <!-- footer here -->
</div>
<!-- end #footer -->

Page head contains metadata, javascript and css files:

<!DOCTYPE html> 
<html lang="en"> 
<head> 
  <meta charset="utf-8" /> 
  <title> Color Admin | Corporate Template</title> 
  <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" /> 
  <meta content="" name="description" /> 
  <meta content="" name="author" /> 
  
  <!-- ================== BEGIN core-css ================== --> 
  <link href="../assets/css/corporate/vendor.min.css" rel="stylesheet" /> 
  <link href="../assets/css/corporate/app.min.css" rel="stylesheet" /> 
  <!-- ================== END core-css ================== --> 
  
  <!-- OR without vendor.min.css --> 
  
  <!-- ================== BEGIN core-css ================== --> 
  <link href="../assets/plugins/animate.css/animate.min.css" rel="stylesheet" /> 
  <link href="../assets/plugins/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet" /> 
  <link href="../assets/plugins/jquery-ui-dist/jquery-ui.min.css" rel="stylesheet" /> 
  <link href="../assets/plugins/pace-js/themes/black/pace-theme-flash.css" rel="stylesheet" /> 
  <link href="../assets/plugins/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" /> 
  <link href="../assets/css/corporate/app.min.css" rel="stylesheet" /> 
  <!-- ================== END core-css ================== --> 
</head> 
<body> 
<!-- BEGIN header -->
<div class="header header-float">
  <div class="container d-flex">
    <div class="header-logo">
      <a href="index.html" class="logo-link">
        <span class="logo"></span><b>ColorAdmin</b> <small>CORPORATE</small>
      </a>
    </div>
    <div class="header-nav">
      <div class="container">
        <div class="header-nav-item">
          <a href="about.html" class="header-nav-link">Who We Are</a>
        </div>
        <div class="header-nav-item">
          <a href="products.html" class="header-nav-link">Our Products</a>
        </div>
        <div class="header-nav-item">
          <a href="newsroom.html" class="header-nav-link">Newsroom</a>
        </div>
        <div class="header-nav-item">
          <a href="careers.html" class="header-nav-link">Our Careers</a>
        </div>
        <div class="header-nav-item">
          <a href="contact_us.html" class="header-nav-link">Contact Us</a>
        </div>
      </div>
    </div>
    <div class="header-btn">
      <a href="#" class="btn btn-primary fw-bold rounded-pill">Get started <i class="fa fa-arrow-right ms-1 opacity-5"></i></a>
    </div>
    <button class="header-mobile-nav-toggler" type="button" data-toggle="header-mobile-nav">
      <span class="header-mobile-nav-toggler-icon"></span>
    </button>
  </div>
</div>
<!-- END header -->

There have 2 options of page content. HTML code of Content container as shown below:

Section Hero

<!-- BEGIN section -->
<div class="section section-hero">
  <!-- BEGIN section-bg -->
  <div class="section-bg with-cover" style="background-image: url(../assets/img/corporate/img-1.jpg);"></div>
  <div class="section-bg bg-gray-800 bg-opacity-50"></div>
  <!-- END section-bg -->
  
  <!-- BEGIN container -->
  <div class="container position-relative">
    <!-- BEGIN section-hero-content -->
    <div class="section-hero-content">
      <!-- content here -->
    </div>
    <!-- END section-hero-content -->
  </div>
  <!-- END container -->
</div>
<!-- END section -->

Normal Section

<!-- BEGIN section -->
<div class="section">
  <!-- BEGIN container -->
  <div class="container">
    <!-- content here -->
  </div>
  <!-- END container -->
</div>
<!-- END section -->
<!-- BEGIN footer -->
<div class="footer">
  <div class="container">
    <div class="row gx-5">
      <div class="col-lg-3 mb-4 mb-lg-0">
        <div class="footer-logo">
          <span class="footer-logo-text">ColorAdmin <small>CORPORATE</small></span>
        </div>
        <p class="footer-desc">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin in orci felis. Phasellus id urna nunc. Nulla sed nibh at libero tincidunt scelerisque sed porttitor lectus.
        </p>
        <h4 class="footer-title">Follow Us</h4>
        <div class="footer-media-list">
          <a href="#" class="me-1"><i class="fab fa-lg fa-facebook fa-fw"></i></a>
          <a href="#" class="me-2"><i class="fab fa-lg fa-instagram fa-fw"></i></a>
          <a href="#" class="me-2"><i class="fab fa-lg fa-twitter fa-fw"></i></a>
          <a href="#" class="me-2"><i class="fab fa-lg fa-youtube fa-fw"></i></a>
          <a href="#" class="me-2"><i class="fab fa-lg fa-linkedin fa-fw"></i></a>
        </div>
      </div>
      <div class="col-lg-3 mb-4 mb-lg-0">
        <h4 class="footer-title">Company</h4>
        <ul class="footer-link-list">
          <li><a href="#">Newsroom</a></li>
          <li><a href="#">Company Info</a></li>
          <li><a href="#">Careers</a></li>
          <li><a href="#">For Investors</a></li>
          <li><a href="#">Brand Resources</a></li>
        </ul>
        <hr class="my-4 text-gray-600" />
        <h4 class="footer-title">Policies</h4>
        <ul class="footer-link-list">
          <li><a href="#">Community Standards</a></li>
          <li><a href="#">Data Policy</a></li>
          <li><a href="#">Cookie Policy</a></li>
          <li><a href="#">Terms of Service</a></li>
        </ul>
      </div>
      <div class="col-lg-3 mb-4 mb-lg-0">
        <h4 class="footer-title">Our Store</h4>
        <ul class="footer-link-list">
          <li><a href="#">Shop Online</a></li>
          <li><a href="#">Store App</a></li>
          <li><a href="#">Recycling Programme</a></li>
          <li><a href="#">Order Status</a></li>
          <li><a href="#">Shopping Help</a></li>
        </ul>
      </div>
      <div class="col-lg-3 mb-4 mb-lg-0">
        <h4 class="footer-title">Help Center</h4>
        <ul class="footer-link-list">
          <li><a href="#">Contact Form</a></li>
          <li><a href="#">Live Chat Support</a></li>
          <li><a href="#">Portal Help Center</a></li>
        </ul>
      </div>
    </div>
    <div class="footer-copyright">
      <div class="row">
        <div class="col-lg-6 text-center text-lg-start mb-3 mb-lg-0">
          <div class="footer-copyright-text">© 2016 - 2025 Color Admin All Rights Reserved</div>
        </div>
        <div class="col-lg-6 text-center text-lg-end">
          <span class="dropdown me-4">
            <a href="#" class="footer-copyright-link dropdown-toggle" data-bs-toggle="dropdown">United States (English)</a>
            <ul class="dropdown-menu">
              <li><a href="#" class="dropdown-item">United States (English)</a></li>
              <li><a href="#" class="dropdown-item">China (简体中文)</a></li>
              <li><a href="#" class="dropdown-item">Brazil (Português)</a></li>
              <li><a href="#" class="dropdown-item">Germany (Deutsch)</a></li>
              <li><a href="#" class="dropdown-item">France (Français)</a></li>
              <li><a href="#" class="dropdown-item">Japan (日本語)</a></li>
              <li><a href="#" class="dropdown-item">Korea (한국어)</a></li>
              <li><a href="#" class="dropdown-item">Latin America (Español)</a></li>
              <li><a href="#" class="dropdown-item">Spain (Español)</a></li>
            </ul>
          </span>
          <a href="#" class="footer-copyright-link">Sitemap</a>
        </div>
      </div>
    </div>
  </div>
</div>
<!-- END footer -->

Panel Theme used to customize the overall layout options.

<!-- begin theme-panel -->
<div class="theme-panel">
  <a href="javascript:;" data-click="theme-panel-expand" class="theme-collapse-btn"><i class="fa fa-cog"></i></a>
  <div class="theme-panel-content">
    <div class="theme-list clearfix">
      <div class="theme-list-item">
        <a href="javascript:;" class="bg-purple" 
          data-theme-class="theme-purple" 
          data-click="theme-selector" 
          data-toggle="tooltip" 
          data-trigger="hover" 
          data-container="body" 
          data-title="Purple"> </a>
      </div>
      ...
    </div>
  </div>
</div>
<!-- end theme-panel -->

Javascript files loaded in the end of page. This will reduce page load time.

  <!-- ================== BEGIN core-js ================== -->
  <script src="../assets/js/corporate/vendor.min.js"></script>
  <script src="../assets/js/corporate/app.min.js"></script>
  <!-- ================== END core-js ================== -->
  
  <!-- OR without vendor.min.js -->
  
  <!-- ================== BEGIN core-js ================== -->
  <script src="../assets/plugins/pace-js/pace.min.js"></script>
  <script src="../assets/plugins/jquery/dist/jquery.min.js"></script>
  <script src="../assets/plugins/jquery-ui-dist/jquery-ui.min.js"></script>
  <script src="../assets/plugins/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  <script src="../assets/plugins/js-cookie/dist/js.cookie.min.js"></script>
  <script src="../assets/js/corporate/app.min.js"></script>
  <!-- ================== END core-js ================== -->
</body>
</html>

Add the theme to the <body> tag in order to change the theme color.

Available Theme Options

<body class="theme-red">...</body>
<body class="theme-pink">...</body>
<body class="theme-orange">...</body>
<body class="theme-yellow">...</body>
<body class="theme-lime">...</body>
<body class="theme-green">...</body>
<body class="theme-teal">...</body>
<body class="theme-cyan">...</body>
<body class="theme-blue">...</body>
<body class="theme-purple">...</body>
<body class="theme-indigo">...</body>
<body class="theme-gray-500">...</body>

Add the data-bs-theme="dark" attribute to <html> in order to enable the dark mode.

<html data-bs-theme="dark">

Add the dir="rtl" attribute to <html> in order to enable Right-To-Left (RTL) layout direction.

<html dir="rtl">

This will flip the layout direction of the entire page to support RTL languages like Arabic, Hebrew, or Persian.

Installation

Below is the command that required to run / compile the scss with gulpjs. If you are new to the gulpjs, you may refer to their official website for installation guide.

<!-- run the following command -->
cd /your-path-url/frontend/corporate/src/
npm install
gulp

<!-- available command -->
gulp plugins                    // generate list of plugins

Verify that you are running at least node 22.x.x or later and npm 11.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.


Gulp compilation

We are using gulp to compile & combine few plugins js & css into one single vendor file for js & css. This may help to improve the speed for page load if compare to multiple files loading in one page. If you wish to edit the included plugins files, you may refer to the /admin/src/gulpfile.js.

Below is the list of plugins that compile into vendor.min.css.

return gulp.src([
  'node_modules/animate.css/animate.min.css',
  'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
  'node_modules/jquery-ui-dist/jquery-ui.min.css',
  'node_modules/pace-js/themes/black/pace-theme-flash.css',
  'node_modules/bootstrap-icons/font/bootstrap-icons.css'
])
.pipe(sass())
.pipe(concat('vendor.min.css'))
.pipe(minifyCSS())
.pipe(gulp.dest(distPath + '/assets/css/corporate/'))
.pipe(livereload());

Below is the list of plugins that compile into vendor.min.js.

return gulp.src([
  'node_modules/pace-js/pace.min.js',
  'node_modules/jquery/dist/jquery.min.js',
  'node_modules/jquery-ui-dist/jquery-ui.min.js',
  'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
  'node_modules/js-cookie/src/js.cookie.js'
])
.pipe(sourcemaps.init())
.pipe(concat('vendor.min.js'))
.pipe(sourcemaps.write())
.pipe(gulp.dest(distPath + '/assets/js/corporate/'))
.pipe(livereload());

Below is the list of all plugins and external resources used to power this template.

Name CSS Files
Bootstrap

Required CSS File

<link rel="stylesheet" href="../assets/plugins/bootstrap/dist/css/bootstrap.min.css" />

Required JS File

<script src="../assets/plugins/bootstrap/dist/js/bootstrap.bundle.min.js"></script>

Official Link:
http://getbootstrap.com/

jQuery

Required JS File

<script src="../assets/plugins/jquery/dist/jquery.min.js"></script>

Official Link:
http://jquery.com/

jQuery UI

Required CSS File

<link rel="stylesheet" href="../assets/plugins/jquery-ui-dist/jquery-ui.min.css" />

Required JS File

<script src="../assets/plugins/jquery-ui-dist/jquery-ui.min.js"></script>

Official Link:
https://jqueryui.com/

Bootstrap Icons

Required CSS File

<link rel="stylesheet" href="../assets/plugins/bootstrap-icons/font/bootstrap-icons.css" />

Official Link:
https://icons.getbootstrap.com/

Font Awesome

Required CSS File

<link rel="stylesheet" href="../assets/plugins/@fortawesome/fontawesome-free/css/all.min.css" />

Official Link:
https://fontawesome.com/

Animate.css

Required CSS File

<link rel="stylesheet" href="../assets/plugins/animate/animate.min.css" />

Official Link:
http://daneden.github.io/animate.css/

scrollMonitor

Required JS File

<script src="../assets/plugins/scrollmonitor/scrollMonitor.js"></script>

Official Link:
https://github.com/stutrek/scrollMonitor

Pace

Required CSS File

<link rel="stylesheet" href="../assets/plugins/pace-js/themes/black/pace-theme-flash.css" />

Required JS File

<script src="../assets/plugins/pace-js/pace.min.js"></script>

Official Link:
https://codebyzach.github.io/pace/

JS Cookie

Required JS File

<script src="../assets/plugins/js-cookie/dist/js.cookie.min.js"></script>

Official Link:
https://github.com/js-cookie/js-cookie

Paroller

Required JS File

<script="../assets/plugins/paroller.js/dist/jquery.paroller.min.js"></script>

Official Link:
https://tgomilar.github.io/paroller.js/

Summernote

Required CSS File

<link href="../assets/plugins/summernote/dist/summernote-lite.min.css" rel="stylesheet" />

Required JS File

<script="../assets/plugins/summernote/dist/summernote-lite.min.js"></script>

Official Link:
https://summernote.org/