Note that there are some explanatory texts on larger screens.

plurals
  1. PORails Bootstrap 2.3.1 Navbar Color
    primarykey
    data
    text
    <p>I'm already trying for hours but I can't figure out how to change the navbar color and the navbar text color in my rails bootstrap project. I've read about .navbar-inner in some css files but nothing I write in any file seems to have any effect. Maybe it's because of a newer version of bootstrap? Could someone please give me a step by step solution? </p> <p>I've tried to change the "bootstrap_and_override.css / .css.less" files but nothing happened. Do I have to compile the .css.less file or something like that? Thank you very much!</p> <p>Here is my gemfile if its relevant:</p> <pre><code>source 'https://rubygems.org' ruby '2.0.0' gem 'rails', '3.2.13' # Bundle edge Rails instead: # gem 'rails', :git =&gt; 'git://github.com/rails/rails.git' gem 'bcrypt-ruby', '3.0.1' #gem 'bootstrap-sass', '2.1' gem 'faker', '1.0.1' gem 'will_paginate', '3.0.3' gem 'bootstrap-will_paginate', '0.0.6' gem "therubyracer" gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS gem "twitter-bootstrap-rails" gem 'json' group :development do gem 'sqlite3' end group :production do gem 'pg' gem 'coffee-rails', '~&gt; 3.2.1' gem 'uglifier' end # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~&gt; 3.2.3' gem 'coffee-rails', '~&gt; 3.2.1' gem 'uglifier' gem 'therubyracer' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', :platforms =&gt; :ruby end gem 'jquery-rails' </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload