andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 57 forks source link

Question: Changing navbar #48

Open gtapper opened 8 years ago

gtapper commented 8 years ago

Hi,

I'm racking my brain over how to:

  1. Change to invert mode of a Bootswatch theme.
  2. Change the navbar only to invert mode.
  3. Customize the navbar color.

I've tried to edit site.css with .navbar per this video but no luck: https://www.youtube.com/watch?v=7v2yC3GyDHU

I don't want to go as far as a fully custom theme: http://hubpages.com/technology/Customization-Tips-for-Bootswatch-Themes

Thanks!

gtapper commented 8 years ago

Found the <navbarInverse>true|false</navbarInverse> setting. The other questions remain.