Simple Bootstrap is a basic Wordpress theme using Boostrap 4, mostly aimed as a starting point for developers to build their own themes using Bootstrap.
It is build to very clean, responsive and easy to modify. It supports customizable background, image header and both left and right sidebars (the sidebars only appear if you put widgets in them).
Let's state it clearly once and for all: trying to put some CSS above a pre-compiled Bootstrap is a very bad practice. The proper way to extend Bootstrap is to alter its behavior using SCSS and to re-compile it. Here is how to do so.
npm installThey are located in the scss folder.
npm run build 