I would like a subtheme of corporate clean 2.0.
Is there a workflow?
I've already tried something but it does not display correctly.
I am missing somthing, but what?

name = Corporate Clean SubTheme
version = VERSION
core = 7.x

base theme = clean corporate

stylesheets [all and (min-width: 980px)] [] = css/960.css
stylesheets [all and (min-width: 760px) and (max-width: 980px)] [] = css/720.css
stylesheets [all and (max-width: 760px)] [] = css / mobile.css
stylesheets [all] [] = style.css
stylesheets [all] [] = color / colors.css

Thanks in advance,
WvBP

Comments

Zwappe’s picture

name = CorporateClean_subtheme
base theme = corporateclean
description = CorporateClean adapted for this website

core = 7.x

stylesheets[all][] = style_subtheme.css
stylesheets[all][] = color/colors.css

As you can see I put base theme = corporateclean as this is "the internal name of the parent theme (that is, the name of the parent theme's .info file, usually all lower case)."

You should not put all the css files, just the colors.css and your subtheme style css file.

For an elaborate explanation on "subtheme-ing", see here.

Hope this helps.

Greetz

WvBP’s picture

Status: Active » Closed (fixed)

Thanks , it works

Greetz