A plugin to customize css easily
-
Hi wordpress folks ! I am the freshy theme author.
I wanted to let you know that i released a plugin called Customize, which adds some magic to customize themes easily. For now, the only theme to support this is my new Freshy 2 theme. I would be really pleased if themers use this plugin to provide customization options. It is really simple, you just have to add a separate stylesheet with some additional comments. An exemple :
a {
/*:Navigation color*/
color:#ff6600;
}
This simple snippet would add a form line in the customize panel. User can then choose a color to change this value. Obviously, you can add as many rules as you want. To learn more, visit the Customize page : http://www.jide.fr/english/downloads/customize -
- The topic ‘A plugin to customize css easily’ is closed to new replies.