Additional tips, using the railstutorial from Michael Hartl:

1. Where you have specified the navbar html, remove navbar-inverse if 
it's there.. it should give you the default light-grey navbar
2. Open up app/assets/stylesheets/custom.css.scss
3. Add and customise the values of:
$navbarBackground: #FF6600;
$navbarBackgroundHighlight: #FF6600;
$navbarText: #FFF;
$navbarBrandColor: #FFF;
$navbarLinkColor: #FFF;
$navbarLinkColorHover: #FFF;
$navbarLinkColorActive: #000;
$navbarLinkBackgroundHover: #FF7F00;
$navbarLinkBackgroundActive: #FF7F00;
$navbarSearchBackground: #FFF;
$navbarSearchBackgroundFocus: #FFF;
$navbarSearchBorder: #FFF;
$navbarSearchPlaceholderColor: #FFF;

Note: make absolutely sure you do this before you import bootstrap 
(@import "bootstrap";), because SASS will respect whatever you have 
defined before the import.

I hope this helps you better. Have fun learning Rails!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/525681a79a5931cec9498c1655c88858%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to