I am using a sub-theme (created from STARTERKIT) of zoundation.I want to overide default foundation variables listed in _settings.scss. After reading the tip in http://drupal.org/node/1878388 I copied $header-font-color and $body-font-color variables from settings.scss to zoundation-settings.scss and overode it by my own colors. The default colors (#222) of above said variables changed to what I gave in zoundation-settings. Now I am trying to do the same thing with $primary-color but nothing changes. The $primary-color is not getting overidden to color I give it in zoundation-settings. Actually I want to change the default blue color in #main-menu (navigation), breadcrumb etc. I have spent more than 3 hours trying to find what am I doing wrong. Is is a bug in zoundation.

Comments

abelb’s picture

Assigned: Unassigned » abelb

it zoundation with foundation 4, you have to change the settings in _settings.scss.

I need to update the docs to reflect this.

whenever foundation goes through an update, i make a copy of _settings.scss and copy and paste my overrides.