Customize theme

Colors
Primary
Success
Warning
Danger
Info
Direction
RTL

Change text direction

To switch the text direction of your webpage from LTR to RTL, please consult the detailed instructions provided in the relevant section of our documentation.
Border width, px
Rounding, rem

To apply the provided styles to your webpage, enclose them within a <style> tag and insert this tag into the <head> section of your HTML document after the following link to the main stylesheet:
<link href="assets/css/theme.min.css">


          
Getting started

Changelog

v2.0.0 - October 21, 2024

  • New
    Redesigned Finder: Introduced a completely new design system, page templates, and components (UI Kit). Finder has been rebuilt from scratch to enhance visual appeal and technical performance. Update highlights:
    • Real Estate Demo
    • Car Finder Demo
    • City Guide Demo
    • Contractors (Business Listings) Demo
    • Doctors (Healthcare Directories) Demo
    • Event Listings Demo
    • Multiple Add Listing Workflows
    • Multiple Listing and Single Item Layouts
    • User Account Pages
    • Help Center / Support Pages
    • Multiple Blog (News) Page Layouts
    • Secondary and Specialty Pages: About, Contacts, 404, etc.
    • 60+ Flexible Components (UI Kit)
    • Fully Interactive API Driven Map
    • Support for Light and Dark Modes
    • Progressive Web App (PWA) Ready: The template is now PWA-ready, allowing it to be installed on any device for a native app-like experience directly from the browser.
    • Caching and Offline Support
    • Right-to-Left (RTL) Support
  • New
    Build System: We've transitioned from Gulp to Npm scripts for a more streamlined and efficient build process. The new Finder build system, located in the build folder, features a series of JavaScript files, each dedicated to specific tasks. These are executed through Npm scripts, integrating following development features:
    • SCSS to CSS Compilation: Converts SCSS files into optimized CSS, complete with automatic autoprefixing to ensure styles work across all modern browsers.
    • JavaScript Bundling and Minification: Reduces JS file size and combines files for optimal performance.
    • Icon Font Generation: The build system includes a process for converting SVG icon files into a custom icon font. This allows for easy integration of scalable icons throughout the application, ensuring consistency and reducing the load times associated with multiple image files.
    • Style Linting: Ensures CSS code adheres to Bootstrap's coding standards.
    • JavaScript Linting and Formatting: Keeps JavaScript code clean and consistent.
    • HTML Markup Validation: Checks HTML for errors and compliance to standards.
    • Local Server with Hot Reloads: Enables real-time preview and updates without manual refresh.
    • RTL Styles Generation: Automatically generates right-to-left (RTL) stylesheets.
    • Production and Deployment: A complex script that prepares and optimizes assets for deployment.
    • Main Config File: The build system is designed with a centralized configuration approach. All source and output paths, along with file names, can be easily managed through a single configuration file, simplifying adjustments and scalability.
  • New Well-structured and detailed documentation that guides the user through every aspect of the template.
  • New
    Demo Site Customizer: Introduced a Customizer tool on the demo site that allows template appearance adjustments in real-time. Features of the Customizer include:
    • Color Customization: Users can modify brand colors including Primary, Warning, Info, Success, and Danger.
    • Text Direction: Allows switching between left-to-right (LTR) and right-to-left (RTL) text directions.
    • Border Customization: Users can change border width and rounding to suit their design needs.
    • Style Export: The Customizer enables users to copy generated styles to the clipboard for easy application to websites built with the Finder theme.
  • Removed Pug Templates: Transitioned from Pug templates to well-structured vanilla HTML templates.

v1.4.1 - Jauary 9, 2023

  • Updated Upgraded all plugins and libraries to their latest versions.
  • Fixed Button componet style issues.

v1.4.0 - December 5, 2022

  • Updated The Offcanvas component has been updated to be compatible with the latest Bootstrap responsive offcanvas. The custom CSS classes offcanvas-expand and offcanvas-collapse were deprecated; instead, use the offcanvas-{sm|md|lg|xl|xxl} classes.
  • Updated Upgraded all plugins and libraries to their latest versions, including updating Bootstrap to v5.2.3
  • Fixed Interactive map pointers.

v1.3.1 - March 22, 2022

  • Updated Upgraded all plugins and libraries to their latest versions.
  • Fixed The Lightbox component data-bs-toggle='lightbox' has been updated to depend on the LightGallery plugin. You can now specify which plugins to include using data-attributes, e.g., data-video='true', data-fullscreen='true', data-zoom='true'.
  • Fixed Broken links to new LightGallery package inside page templates.
  • Fixed Minor bugs and typos.

v1.3.0 - March 8, 2022

  • New
    Real Estate Demo pages:
    • Homepage v.2
    • Single Property v.2
    • Help Center
    • 404 Not Found (Animated)
  • New
    Standalone sign in/up pages (prior only available as modals):
    • Sign In Light Version
    • Sign Up Light Version
    • Sign In Dark Version
    • Sign Up Dark Version
  • Updated Upgraded all plugins and libraries to their latest versions.
  • Updated The theme's core JavaScript has been updated to ensure compatibility with LightGallery v2.4+ and the Jarallax element has been replaced with the Rellax plugin.
  • Updated Figma file with new Real Estate demo pages.
  • Fixed Numerous minor bugs and typos.

v1.2.1 - January 17, 2022

  • Updated Upgraded all plugins and libraries to their latest versions.
  • Updated Components documentation pages. Added missing code examples, fixed typos.
  • Fixed Table styling issues.
  • Fixed offcanvas-expand z-index issue when it overlays the modal in expanded state.

v1.2.0 - November 10, 2021

  • New
    Real Estate Demo pages:
    • About
    • Contacts
    • Help Center
    • 404 Not Found (Animated)
  • New
    Car Finder Demo pages:
    • About
    • Contacts
    • Help Center
    • 404 Not Found (Animated)
  • New
    Job Board Demo pages:
    • About
    • Contacts
    • Help Center
    • Help Center Single Topic
    • 404 Not Found (Animated)
  • New
    City Guide Demo pages:
    • About
    • Contacts
    • Help Center
    • Help Center Single Topic
    • 404 Not Found (Animated)
  • Updated Upgraded all plugins and libraries to their latest versions, including updating Bootstrap to v5.1.3
  • Updated Added vertical layout option to Steps component.

v1.1.0 - August 19, 2021

  • New Added new Loading Placeholders component page.
  • Updated Upgraded all plugins and libraries to their latest versions, including updating Bootstrap to v5.1.0
  • Fixed Navbar offcanvas example

v1.0.1 - July 26, 2021

  • Updated Upgraded Node.js to latest version 16x. Switched from deprecated node-sass to dart-sass. Replaced all cases of division / with multiplication * inside SCSS code.
  • Updated Upgraded all plugins and libraries to their latest versions, including updating Bootstrap to v5.0.2
  • Fixed Typos in texts and minor improvements

v1.0.0 - June 15, 2021

Initial release

Top Customize