Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Changing header color
Maxfield
New
I want to change the blue header color. I made a custom CSS in theme/design/ and tried to add this background-color:#a38dfd; to te .navbar.default .navbar-brand . I tried on the body too. No success!
I can't even find the color in syle.css . Where is this blue color from? How can I change it to match my site?
0
Comments
That css rule will work:
The keystone theme is based on the theme boilerplate and that is highly configurable. Instead of changing the Keystone theme, I would recommend to start from theme boilerplate. That has a file src/scss/base/variables.scss where you can find the following section:
To see how the Keystone theme "evolved" from the boilerplate, you can take a look at the source files on GitHub where you can find the uncompiled scss files, e.g. https://github.com/vanilla/vanilla/blob/master/themes/keystone/src/scss/base/_variables.scss