Provus 2.0 Documentation
  • 👋About Provus
    • 🖥️Provus Demo
  • Overview
    • Provus Features
      • Content Creation
        • Bootstrap Site Alert
        • Blog
        • FAQ Page
        • Event
        • Landing Page
        • News
        • Person
      • Layouts and Components
        • Layouts
        • Components
          • Heading
          • Button
          • Basic Text
          • Media
          • Divider Line
          • Card
          • CTA
          • Testimonial
          • Large Banner
          • Short Banner
          • Tabs
          • Group
          • Group Automatic
          • Stat Group
          • Slideshow
          • Photo Gallery
          • Person List
          • FAQ Group
          • Accordion
          • Files List
          • List
        • Template Library
  • Getting Started
    • Installation
      • Using Docksal
      • Using Lando
      • Using DDEV
      • Provus Modules
    • Theming
      • Create subtheme by script ( recommended )
      • Create subtheme manually
      • Custom Theming
        • Fonts and Colors
        • Headings / Typography
        • Header / Footer
        • Components
  • EXTRAS
    • ✨Kick-starter
    • ⚔️Contribution Guide
    • 💡Release Notes
    • 👏Go live list
Powered by GitBook
On this page
  • Provus Base Theme
  • Create a subtheme

Was this helpful?

  1. Getting Started

Theming

PreviousProvus ModulesNextCreate subtheme by script ( recommended )

Last updated 1 year ago

Was this helpful?

Provus Base Theme

Provus 2.0 utilizes Bootstrap Barrio as its parent theme.

This allows Provus to use, and override any default Bootstrap variables, such as color pallets, breakpoints, container widths, mixins, templates and more.

Leveraging Bootstrap means the Provus 2.0 theme is slim on install, but has the flexibility to adjust and add overrides as you build out your site.

Create a subtheme

It is best practice to create a subtheme that can be customized to incorporate your style guide. A custom subtheme ensures that your customizations are not overwritten by updates to the theme.

Here are the options to create a subtheme:

Create subtheme by script ( recommended )
Create subtheme manually