JustinWDev of Archived Theme Support
5/13/2015 - 3:46 PM

Make navigation "Dark" but keep middle text over slide "Light" in #Brooklyn theme.

Make navigation "Dark" but keep middle text over slide "Light" in #Brooklyn theme.

.is-light {
  .site-header__logo a,
  .site-nav__link { 
    color: #000; 
  }
}

What you want

How to get it

  1. Pick Light for the slide Text Color.

  1. Open your theme stylesheet in the online code editor.

  2. Add the CSS shown below at the very bottom of that stylesheet.