Closed (fixed)
Project:
Corporate Clean
Version:
7.x-2.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Nov 2012 at 17:37 UTC
Updated:
28 Nov 2012 at 17:49 UTC
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
Comment #1
Zwappe commentedAs you can see I put
base theme = corporatecleanas 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
Comment #2
WvBP commentedThanks , it works
Greetz