Theme
Theme
Design, develop, and launch websites faster with Bootstrap 5, the world’s leading responsive and mobile-first front-end CSS framework, seamlessly integrated with WordPress.
Explore a diverse selection of ready-to-use templates designed for pages, posts, categories, authors, and archives, providing ample customization options for your website.
Plugins
Plugins
Enhance Bootscore with useful WordPress plugins custom-written for this theme. Each plugin either utilizes Bootstrap or integrates it with third-party plugins.
Use Isotope to filter any post type or display them in a Swiper slideshow. Integrate Bootstrap with Contact Form 7, enable dark mode, or implement GDPR/CCPA-ready cookie consent on your site.
Shop
Shop
Create WooCommerce stores with seamless Bootstrap integration and an included AJAX off-canvas cart.
Explore the live shop experience by adding products to your shopping cart and thoroughly testing all shop pages leading up to the checkout process.
Docs
$primary: #FF0000;
$secondary: #00FF00;
/**
* Change single header button
*/
function header_button_class($string, $location) {
if ($location == 'nav-toggler') {
return "btn btn-light";
}
return $string;
}
add_filter('bootscore/class/header/button', 'header_button_class', 10, 2);
Docs
Bootscore offers 100% code customizability. Learn how to edit and modify theme and plugins here.
No Customizer or Backend settings are available. Build your Bootstrap site on-the-fly using the included source and built-in scssphp compiler. Basic HTML, CSS/SCSS, and possibly some PHP and JavaScript skills are required for customization. There’s no drag-and-drop; only simple code.