Results for: classes
Im looking into creating a version of the Foundation Grid system that doesn't need to have classes such as "large-12 column" included in the markup. Has anyone done this yet? If so, could you share a link? If not, I will set up a repo, and get everyone involved!
Hello, I'm trying to use different colors for my buttons that are located in my top bar navigation. When I use the following CSS (custom_css.css) code, default Foundation 5 colors appear:
Is there a way to add another media query range in _settings.css that I can use as a class in html like xsmall-12 small-12 medium-6 large-6 etc?? My site works ok in small and large sizes, but I need another medium setting because halfway through the m... (continued)
Hello. I have a pretty simple CSS question that I haven't been able to figure out yet: I have a page with a small grid of products. Each product is an individual panel, but I want to override just a few parts of the default .panel class. These revision... (continued)
I'm working in WordPress and am new to Foundation (hiya). I'd like to use PHP conditionals to load partials depending on what screen size it is. Since Foundation is already in place on my WordPress install, it seemed to make sense to me to use what Founda... (continued)
Example 1 (Staff 1) names the section and then uses mixins to style the various sections. This means that the html elements do not have classes and are just defined by their parent section.
Hey guys, So I have decided to go ahaead and start using zurb foudation on my latest project. This are going quite well really, but I have come across a problem. It seems as though there are small,medium,large,xlarge and xxlarge breakpoints enabled but ... (continued)
Is there a way to get the xlarge and xxlarge classes working in FoundationPress with out using scss? I have tried several things with no avail. I want the site I am working on to scale larger when I am on 27" monitor. I would love to have the xxlarge clas... (continued)
I'm wondering if there's a way to use the tabs that are at the top of a section also at the bottom of a section? This would be for a long scrolling section so when you get to the bottom, instead of having to scroll back to the top to select another ta... (continued)
I'm trying to build a simple layout with F6. I've got the SCSS files compiling but there are no classes set for the grid etc. The mixins are included though. In the foundation.scss file it has this: @mixin foundation-everything { @include foun... (continued)
Is there a way to achieve an active class on navigation items, in Foundation for Sites templates, like you can with Foundation for Apps using ui-sref-active? Resource: http://foundation.zurb.com/apps/docs/#!/angular
I'm not seeing Print Visibility classes in the Foundation 6 docs. Maybe I've caught a case of the dumb? Here's where they are for F5.
I was wondering if it is possible to add additional color and callout classes in the _settings.scss file instead of the default primary, secondary, warning, alert classes? Example: // _settings variables $example-name-color: #FF0022; $callout-border-e... (continued)
If you're using the Sass version of Foundation, you can customize the button classes by editing the $button-palette map in your settings file. The button palette defaults to $foundation-palette. It is stated in documentation that w... (continued)
Hey all, This is the first time I use Foundation and Sass. For positioning (horizontal/vertical) a div inside another div I have made some helper classes. for all breakpoints: small, medium, large, xlarge; for horizontal alignment: left, center, rig... (continued)