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
2 answers

bootstrap theme not working in ASP.Net MVC 5 project

I have downloaded bootstrap theme named flatly from bootswatch.com. I have set it up using instructions from How can I implement a theme from bootswatch or wrapbootstrap in an MVC 5 project?. But my bootstrap theme still not working. It gives me…
Davit Azizyan
  • 43
  • 2
  • 10
0
votes
1 answer

angular 5 bootstrap 4 bootswatch theming doesn't work

I have problems with using bootswatch themes with angular 5 and bootstrap 4 I added in styles.scss @import "~bootswatch/dist/cerulean/variables"; @import "~bootstrap/scss/bootstrap"; @import "~bootswatch/dist/cerulean/bootswatch"; In…
0
votes
1 answer

Bootswatch / Bootstrap 4 dropdown and margin mistake

So I was playing around with the new Bootswatch based on Bootstrap 4 but somehow the "Cards" have no margin and the dropdown in the menu doesn't work. Can someone explain to me what I'm doing wrong here? Do I have to add the margin myself? And why…
tbenji84
  • 55
  • 2
  • 9
0
votes
0 answers

Edit Media query breakpoints

I have been trying to edit the Media query breakpoints in Bootswatch (cyborg). I have edited the code below in the file _variables.scss and in variables.less (same sizing as _variables.scss) but nothing has changed. Do I need to edit anything…
ThomasC
  • 97
  • 1
  • 11
0
votes
2 answers

Bootstrap Navigation Bar isnt working, menu keeps hiding

I building a website using bootswatch for css. Few days ago everything was working fine and then i noticed that my menus suddenly disappeared from the nav bar. I have checked different sources and different like wise question however they dont…
rotimi-best
  • 1,852
  • 18
  • 29
0
votes
1 answer

How to see the changes after installing bootswatch in JHipster 4

I installed JHipster 4 and followed all the steps given at https://jhipster.github.io/ to install and run the application (Monolithic, no SCSS). All is working fine and I installed bootswatch…
pab548
  • 3
  • 2
0
votes
1 answer

bootswatch/boosttrap navbar css not showing as expected

I am trying to use the bootswatch journal template: https://bootswatch.com/journal/ So I download the .css file and serve the html file using this css.. but this always ends up with a red and white navbar - which is not what I want. I am looking for…
JohnJ
  • 6,736
  • 13
  • 49
  • 82
0
votes
1 answer

Style custom links (outside of navbar-nav) in navbar like others Bootstrap Bootswatch

I have a navbar in which some of the navbar links always show, even in collapse mode. I am using Bootswatch's Paper theme: Bootswatch Paper Theme. Desktop: Mobile/Collapsed: The content that continues to show is done by adding 'navbar'header' to a…
Mohammad Ali
  • 353
  • 1
  • 6
  • 18
0
votes
1 answer

Bootswatch through package manager?

I've started a small asp.net core website. For now all JS/CSS that I'm importing are coming from NPM and webpack is here to to pack them together. I wanted to de deviate from the standard bootstrap template and use bootswatch paper, but I didn't…
J4N
  • 19,480
  • 39
  • 187
  • 340
0
votes
1 answer

Bootswatch and Angular 2 Dropdown menu

I am working on one of the themes from Bootswatch and Angular2. This might have been answered before, but I wasnt able to find any reference. I have a dropdown which is not based on a button but an link. I know it have the options in it, but it is…
sarvs
  • 141
  • 13
0
votes
1 answer

bootswatch slate theme -- file upload "text" does not work

I am trying to use https://bootswatch.com/slate/ I have file upload jsp, I think the functionality works but view/visually it is not working.
Sendi_t
  • 617
  • 5
  • 13
0
votes
1 answer

Error when recompiling themes from bootswatch using compass

I'm trying to reproduce the css files of bootswatch using compass but I receive error. My compass folders: |_ css | |_ styles.css | |_ .......... |_ fonts | |_ bootstrap |_ img |_ js |_ sass |_ bootstrap …
centurian
  • 1,168
  • 13
  • 25
0
votes
1 answer

bootstrap how to inherit font-size-small variable?

I have a PHP application that uses Twitter Bootstrap and allows the user to select the preferred Bootswatch theme. In the application, there is a PHP class to build a datagrid (table thead tbody tfoot), however within the element was inserted…
Magno Alberto
  • 628
  • 14
  • 27
0
votes
0 answers

Modifying Bootswatch variables using Elixir

Using this tutorial (on How to use Elixir and Laravel 5.* with Bootswatch) , I setup a Bootswatch stylesheet in my Laravel project with Elixir. Everything works fine, the stylesheets are loaded and I have the Lumen style as wanted. But I don't get…
tomsihap
  • 1,712
  • 18
  • 29
0
votes
2 answers

Bootswatch/flatly looks like standard bootstrap in server

I have this ASP.NET MVC web application where I changed the standard Bootstrap.css (version 3.1.0) for the Bootswatch.css(flatly - version 3.2.0). I kept the original bootstrap.js file. Well, when I run the app on my developing computer the styles…