Questions tagged [bootswatch]

Theme engine for Twitter Bootstrap is an open source project. Its welcome to modify the swatches further or create your own.

Theme engine for Twitter Bootstrap, is an open source project. Its welcome to modify the swatches further or create your own.

Bootswatch Easy to Install. Simply download a CSS file and replace the one in Bootstrap

Modular - Changes are contained in just two LESS files, enabling modification and ensuring forward compatibility.

Get Plugged In - An API is available for integrating with your platform. In use by WPBS, FusionLeaf, BootSnap, and others.

Fork or follow the GitHub repository.

Issue can be logged to Github Issues log

147 questions
4
votes
1 answer

How do you use a Bootswatch theme in Angular 5

I am trying to use a Bootswatch theme in an Angular 5 project. I am using both Bootswatch and Bootstrap versions 4.0.0-beta-2. I have installed both via npm and have imported the _variables.scss and _bootswatch.scss in my styles.scss using the…
user3174133
  • 181
  • 1
  • 2
  • 8
4
votes
1 answer

Rmarkdown Interactive documents Bootswatch theme colour incorrect

In R markdown using Flexdashboard template, colours of Bootswatch themes don's seem matching what's shown on the Bootswatch website For example, using flatly theme --- title: "Test Dashboard" output: flexdashboard::flex_dashboard: theme:…
Christy
  • 83
  • 6
4
votes
2 answers

Changing default theme in Jhipster project

Hi I am new to jhipster. I could get the default project working fine and it is very good. What I want to change is the default bootstrap theme. I have already tried bower install flat-admin-bootstrap-templates --save but somehow it does not…
blganesh101
  • 3,647
  • 1
  • 24
  • 44
4
votes
2 answers

Bootstrap CSS without Google Fonts 2 (Bootswatch)

I'm developing a webpage and I use Bootswatch for styling. Sometimes I have to work offline, and host locally. Unfortunately Bootswatch can't be used offline since it uses a version of Bootstrap css with an extra font at the begining: @import…
Csongor
  • 51
  • 6
4
votes
3 answers

Why isn't the border working in this Bootstrap 3 table?

With the base Bootstrap 3 CSS it seems to work fine, but with the Superhero Bootswatch theme it seems that border just doesn't want to appear. Any idea why? http://jsfiddle.net/VxR7z/ ...
Should work…
user1079404
  • 308
  • 1
  • 5
  • 15
3
votes
3 answers

Cannot call method 'charAt' of undefined - only on server

I have a rails application which is running well in local (OsX, WEBrick). I've cloned the repo on a server (Ubuntu 10.04, Apache, Passenger), setted up passenger, but now when i try to connect to every page i get Less::ParseError in…
qwertoyo
  • 1,332
  • 2
  • 15
  • 31
3
votes
1 answer

Bootstrap navbar dropdown and burger not working

I'm creating a navbar in boostrap and the dropdown, burger, etc. aren't working. By this I mean they are not expanding when clicked on. I have worked with Bootstrap before and haven't encountered this issue in the past. I'm using Bootswatch from a…
K-Log
  • 608
  • 3
  • 18
3
votes
0 answers

Specific buttons in Summernote (Indent and Outdent on main window)

In the Summernote wysiwyg editor, I want indent and outdent buttons on the main menu, but no paragraph options. When creating an instance the buttons and popovers are defined in the following manner: toolbar: [ ['style', ['style']], ['font',…
Paul Perrick
  • 496
  • 9
  • 22
3
votes
3 answers

Multi-level Dropdown in bootstrap 3.3.4

So i am trying to accomplish a multi-level dropdown as the title says. I am only getting one level and the second level is not appearing. I am not sure what I am missing. Here is what I have:
3
votes
2 answers

Bootswatch - dropdown menu is not working

I'm trying to integrate a custom theme for bootstrap the theme i want to use is bootswatch the only problem i'm currently facing is that the dropdown menu in the navigation bar is not working. this is my code.
Ali Alebrahim
  • 617
  • 1
  • 9
  • 25
3
votes
2 answers

How to have JavaScript read a value appended with CSS at a given ID

Before I get started on this abnormally weird question, lemme just say that I have never heard of the following hack being applied let alone conventionally discussed with any web programmers I know, and this is merely out of curiosity in the event…
DanceLink
  • 49
  • 1
  • 2
  • 9
3
votes
2 answers

Using custom bootstrap3 themes with Meteor.js

I've added bootstrap 3 to my meteorjs project according to the readme here: https://github.com/mangasocial/meteor-bootstrap-3 Everything works great, but now I would like to theme my bootstrap with http://bootswatch.com/ (simplex) theme. According…
benathon
  • 7,455
  • 2
  • 41
  • 70
3
votes
1 answer

bootswatch-rails theme doesn't work all

I try to use bootswatch-rails, but it doesn't work well, for example, button doesn't appear right, not like on the bootwatch site, that show. I put bootstrap-sass and bootswatch in my gemfile and bundle install group :assets do gem 'sass-rails', …
softshipper
  • 32,463
  • 51
  • 192
  • 400
3
votes
2 answers

Using less with twitter bootstrap

I'm trying to use one of the styles from http://bootswatch.com/. I would like to apply the .less version of their styles to bootstrap.css. To do so I'm doing the following as described in http://lesscss.org/#usage:
don
  • 4,113
  • 13
  • 45
  • 70
2
votes
0 answers

A part of a flexdashboard is permanently in "Dark Mode" while the entire dashboard is in "Light Mode". How can I change it?

Maybe it's something very easy to solve, but I haven't found the problem yet. I started to develop a Dashboard in Rmarkdown, Flexdashboard and Shiny. At some point I tried the dark theme and it seems that the navigation bar is in dark mode always,…
Wolkuz
  • 83
  • 9
1
2
3
9 10