Create new module color

GK User
Tue Feb 21, 2012 11:33 am
Hi, for this theme are only available the "dark" and "color" combination for the modules.
How can I create a new style? I tried to copy and modify the "dark" css code in template.css and call it from module, but doesn't work. What's wrong?

Thank you.
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 12:39 pm
When adding class suffix in module settings you have to put empty space in front of class name. See below examples.

_ substitute with an empty space.
-------------------------------------
"dark" wont work. "_dark" will work.
"newcssname" won't work. "_newcssname" will work.
-----------------------------------------------------------------

So if you edited/added css files correctly then using above should work.

See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 3:58 pm
Ok, it works.

Thank you! :)
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 9:50 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron