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
1
vote
3 answers

How do I update Bootstrap with -bootswatch.scss?

I'm new with SCSS and I'm trying to upgrade a site that is using Bootstrap 3 over to using Bootstrap 4. With Bootswatch 3 I would just replace the bootstrap.less and variables.less file with the theme download from Bootswatch. However, with the SCSS…
Caverman
  • 3,371
  • 9
  • 59
  • 115
1
vote
0 answers

Seeing blocky artifacts in Chrome

In the last few weeks, I've noticed my web application has developed some strange graphical glitches. I assumed that my video card was misbehaving and ignored it, since none of the relevant code had changed. Then I noticed the same thing on a…
Dave McClelland
  • 3,385
  • 1
  • 29
  • 44
1
vote
2 answers

Magento1.9.3.3 Configurable Product Swatch bug

We just upgraded our site from Magento 1.9.1.1 to Magento 1.9.3.3. Unfortunately, our site is broken, so I have investigated the issue. The error notification are as follow. Fatal error: Uncaught Error: Call to undefined method…
Igor Revenko
  • 419
  • 1
  • 4
  • 16
1
vote
2 answers

Bootswatch theme file loads twice

I have included a bootswatch theme in my website.
Dan Lupascu
  • 308
  • 1
  • 3
  • 9
1
vote
0 answers

I deleted the auto generated pages on my asp.net web app and messed with site.master. Now bootstrap theme won't work

So on my asp.net web app project, I deleted the default/about/contact auto generated pages and changed the site.master to redirect the home/login/registration links on the nav bar to my own pages. I also right clicked on my own home web form and…
ACostea
  • 141
  • 2
  • 18
1
vote
1 answer

How can I dynamically parse markdown in JavaScript and use custom CSS styling?

I want to use a service like StrapdownJS to create HTML pages written in Markdown. StrapdownJS functions well as a Markdown parser, however it does not fulfill my needs for custom styling. In strapdownJS, you select a theme like so:
Nic Aguirre
  • 455
  • 1
  • 4
  • 19
1
vote
1 answer

Bootstrap theme having a Glyphicons issue in Meteor

First I used bootswatch:readable theme in the recommended way - linking to it in . But then Bootstrap was loading after my merged custom stylesheets and overriding what was supposed to override Bootstrap. Then I tried simply installing it with…
demiters
  • 596
  • 7
  • 28
1
vote
1 answer

How to set height to "default + 10 pixels" with css?

I'm using the Bootswatch Paper theme in my website and I also want to use the Floating labels as demonstrated in this fiddle: http://jsfiddle.net/wkqsqajn/ This works fine, but I now get in trouble on my own site. The css makes .form-group to be a…
kramer65
  • 50,427
  • 120
  • 308
  • 488
1
vote
1 answer

Pelican static site generator change fontsize

Dose anyone can give me a hint on how to change the fontsize with CSS for a Pelican Site. I use the pelican-bootstrap3 theme. I do not want to fork and modify the Theme. I would like to change the size with the custom.css feature. thanks for the…
mgiaco
  • 319
  • 1
  • 5
  • 17
1
vote
1 answer

rails4 + bootstrap displays the error as "variable @zindex-modal-background is undefined"

I'm trying to make the project that use bootstrap on rails4.1.6. Here is gemfile: gem 'therubyracer' gem 'less-rails' gem 'twitter-bootswatch-rails', '~> 3.1.1' gem 'twitter-bootswatch-rails-helpers' $ bundle install was successful. and settings of…
ko2ic
  • 1,977
  • 14
  • 20
1
vote
1 answer

embed video is hiding in bootstrap mobile view

i am using latest version of bootstrap and bootswatch united theme , to create and learn a normal website. the website is currently live on this link live site , and there is an embed in right side as you can see. i am using asp.net mvc as view…
Alok
  • 808
  • 13
  • 40
1
vote
1 answer

Dynamic class to element with Less

I am using bootstrap.less and i want to add class="table table-striped table-hover" to all tables. Is it possible to achieve this? I want to add something like: table { //Add class here }
user3009752
  • 164
  • 2
  • 9
  • 24
1
vote
2 answers

bootstrap from bootswatch not working

I downloaded a bootstrap theme menu from bootswatch.com. this is the link http://bootswatch.com/lumen/ And then I copied and pasted the Header Menu code from bootswatch and tried to run it in my localhost. The bootstrap seems to be not working.…
user1023
  • 39
  • 1
  • 7
1
vote
2 answers

Browser can't access CSS

I have created 2 folders: bootstrap (the last version, and I keep it untouched) custom: custom-variables.less(empty) custom-other.less(empty) custom-bootstrap.less( where I put the following: @import "../bootstrap/less/bootstrap.less"; @import…
drebot
  • 43
  • 5
1
vote
0 answers

How do I set the priorities for a Bootswatch theme on my Rails site?

I was using the standard 'bootstrap-sass' gem to add Bootstrap to my site. I decided I wanted to replace the standard styles, so I downloaded a CSS file (cerulean.css) from Bootswatch.com and placed it in my stylesheets folder. I then included it in…
am-rails
  • 1,463
  • 2
  • 16
  • 40