-
Notifications
You must be signed in to change notification settings - Fork 863
Less settings than before? #602
Comments
There are less settings in Foundation 6. This was to make the framework be less opinionated in styling. The hamburger icon setting was not in F6 at first and then it was added in this commit: foundation/foundation-sites@573e933 The setting you want to use is Here is the issue discussing that commit: foundation/foundation-sites#7294 |
Ok, so if I want to change this without adding too much stuff I can declare $titlebar-icon-color in the setting.scss of my theme? |
They're already in the FP settings file: Go to the very last section. |
No they aren't! Or I need new glasses! :) No $titlebar-icon-color in the last section (which is a section about the topbar ) or before (section 31 is about tabbar). Anyway I think we must concentrate before on typekit, image (with wp 4.4) small bugs before those little stuff! :) As I'am using the theme for a new production I'll try to test as much as possible. |
They clearly are not there. But I assume they will be once FP is upgraded to Foundation 6.0.5. |
My bad I was looking at the wrong file. I'll make a PR to fix this in a bit. |
Settings file is updated to v6.0.5 #612 |
Is it me or we have less settings possibility in the setting.scss? I want to change the burger icon color, I want it black hover white but I can't find any place to change that...
The class is menu-icon::after...
Anyway I will change it in my custom scss, but it'll add some line to the css...
The text was updated successfully, but these errors were encountered: