Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Unable to change bg color of topbar from settings #377

Closed
dantahoua opened this issue Jul 13, 2015 · 2 comments
Closed

Unable to change bg color of topbar from settings #377

dantahoua opened this issue Jul 13, 2015 · 2 comments
Labels

Comments

@dantahoua
Copy link
Contributor

I just find out that changing those line in setting are always overriden by:

In Top-bat section of settings:
$topbar-link-bg-color-hover: red;
$topbar-link-bg-active: red;
$topbar-link-bg-active-hover: red;

Overriden by:
.top-bar-section li.active:not(.has-form) a:not(.button){background: #272727;}

Always have to add in my global manually, not a big deal, but I wanted to point it out.

@johnReeve
Copy link

I had this problem too. It took me a bit to figure out that this was being overridden by the default foundationpress. Not a big deal for me either, but also it took me a little while to see it.

@dantahoua
Copy link
Contributor Author

Yes it's in _topbar.scss

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants