Hello, so I created the subtheme with the STARTER folder just like I do a Zen theme. Very simple. I figured the best and easiest way to get started with the Drupal Foundation sub-theme would be to completely wipe the page.tpl.php file and paste the source-code from one of the zurb templates in the Add-ons link of the Foundation website. When I do this almost everything appears properly expect for the top-bar. How come this theme doesn't allow the default background color of #222. It is showing as a white background. I tried going to custom.css and instead of transparent making it #222 and still no luck.

My goal was to clear page.tpl.php and paste the source-code from the Workspace template. Then slowly go back and add all of the drupal PHP within the certain sections. Is this a good approach or not?

Comments

HunterT’s picture

I guess I found the answer to my own question. You have to completely remove the top-bar class from custom.css. Is there a reason it is like that by default? set to auto and transparent.

ishmael-sanchez’s picture

Status: Active » Fixed

Ok so I just named that wrapper top-bar and this was before Foundation had styling for that top navigation bar and I wrote CSS to fix but yeah it's confusing and it makes more sense to let Foundation styling win and not override so I have removed the markup from the template and the CSS see http://drupalcode.org/project/zurb-foundation.git/commitdiff/b2423f1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.