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
0
votes
1 answer

How do I use Glyphs/Icons with Bootswatch theme?

I am trying to use Glyphs with a bootswatch theme, but when I include the CDN for glyphs it affects the theme (making the elements smaller for a start). How should I code this? xxx.html
Psionman
  • 3,084
  • 1
  • 32
  • 65
0
votes
0 answers

onClick import of css doesn't work as expected in reactjs

I have 2 components in my react app for now: App and Navbar I am trying to dynamically load css (4 different themes from bootswatch) on user click (theming in short) Below are the components: App.js class App extends Component { state = {}; …
0
votes
2 answers

Bootstrap/Bootswatch Dropdown Tab Does Not Display

I am having an issue implementing a tab with a drop-down nav as demonstrated in the Bootswatch examples. I should note that this does not work on the demo page either for me, but the way it seems to be written implies that it should work. My end…
LCB
  • 91
  • 1
  • 11
0
votes
1 answer

Using bootswatch with Django Dojo

I am working on an app that uses Django + Dojo. I want the UX to have awesome fonts, bootswatch kind of themes for example https://bootswatch.com/3/cosmo/ The entire app is going to be written in python and want to understand how I can ensure I get…
Sudhakar R
  • 597
  • 7
  • 18
0
votes
1 answer

Issue with basic use of bootswatch in a new VS2019 MVC app

I created a new MVC application in VS2019 using .NET 4.7.2 and MVC 5. The template renders fine. https://i.stack.imgur.com/r6XfF.jpg But... when I have downloaded the Bootswatch Lumen theme and then updated the CSS file referenced in the…
Omar McIver
  • 111
  • 6
0
votes
1 answer

Bootswatch dropdown - last character of the list cut off

The last character of the dropdown list keeps getting cut off when applying a bootswatch theme. The dropdown HTML is
0
votes
1 answer

How to add bootswatch theme or CDN to bootstrap-vue?

how do I use a theme from here: https://bootswatch.com/ With bootstrap-vue from here: https://bootstrap-vue.js.org/docs In Nuxt.js: https://nuxtjs.org/guide/modules#write-a-basic-module I'm not an expert on any of these - what's the best way?
Michael Cole
  • 15,473
  • 7
  • 79
  • 96
0
votes
1 answer

Bootstrap layout change in angular5/MVC

I had written as part of my app a basic Menu which went horizontal across the top of the page and was in my _Layout.cshtml file. This was originally in .Net Core 1.1 with Angular 2. I'm also using a theme from Bootswatch. I upgraded my app to .Net…
bilpor
  • 3,467
  • 6
  • 32
  • 77
0
votes
0 answers

Navigation dropdpown not droping when clicked using Bootswatch Minty theme

Trying to add a dropdown proof of concept to a website I am working on. Using the Minty theme from bootswatch. The drop down is not expanding when clicked. I seem to referencing the correct js scripts. jQuery and Bootstrap in that order. …
ereid
  • 1
  • 1
0
votes
1 answer

Bootswatch change definition of nav class from block to flex?

I am following a tutorial using .net core, bootstrap and bootswatch. In the tutorial, there is this menu:
0
votes
2 answers

My dropdown menu is not working

So I'm pretty new at HTMl/CSS and Bootstrap. I am currently trying to implement a dropdown menu on my website. I am using the code from my theme on Bootswatch here. When I click on the Dropdown menu, nothing happens. Does anyone know why it isn't…
Jack
  • 69
  • 1
  • 1
  • 11
0
votes
1 answer

Unable to find src/main/webapp/app/blocks/config/http.config.js or missing required jhipster-needle. Interceptor not added to JHipster app

I just generated a project with jhipster normally. I am now trying to use the Bootswatch theme by typing the command npm install -g generator-jhipster-bootswatch and yo jhipster-bootswatch as shown on their website and I have this error: Unable to…
Le kawarien
  • 117
  • 1
  • 11