Adding themes to Bootstrap
There are many free and open source themes available online if you do not want to use the default theme of Bootstrap.
Using them is as simple as putting the theme inside a www
folder, which is at the same level as your application, and providing the filename. For example, sandstone.css
as the theme argument to fluidPage
, fixedPage
, bootstrapPage
, or navbarPage
.