Shape 5

Wordpress Club Themes => Aurora Dawn - Club => : graphicd June 25, 2011, 02:25:53 PM



: Adding New Colour Module Style
: graphicd June 25, 2011, 02:25:53 PM
Hi there,
What files do I need to amend to add a new color style for the module headers? I have already created the artwork and added the new style in the template.css.

.module_round_box-gold .s5_mod_h3_1 {
background:url(../images/Kirby_mod_gold_l.png) no-repeat top left;
}

.module_round_box-gold .s5_mod_h3_2 {
background:url(../images/Kirby_mod_gold_r.png) no-repeat top right;
}

thanks for your help,
gd


: Re: Adding New Colour Module Style
: graphicd June 29, 2011, 06:55:10 PM
Still waiting for a reply.
thanks,
gd


: Re: Adding New Colour Module Style
: Tristan Rineer June 30, 2011, 07:22:56 AM
Sorry about the delay; I was trying to figure out if there was an easy way to explain how to add the widget style to the theme that you're using.  Unfortunately, the conversion of Aurora Dawn was done before I figured out how to improve the widget styling process & make it easier.

From Avignet Dream forward, adding widget styles will be as easy as adding the CSS and entering 1 new line of code to the XML file.

For Aurora Dawn, you will need to add a Widget Style option to the admin by editing "functions.php" (If you know how to lines to copy and what to change should be reasonably easy to figure out), and you will also need to duplicate & slightly modify a few lines in "wp_vars.php" (also should be easy enough to figure out, I tried to label everything well).

Technically what you would like to do would be considered "advanced coding" and not covered as part of the included support, but if you have trouble figuring it out, send me a PM.


: Re: Adding New Colour Module Style
: graphicd July 04, 2011, 06:49:44 PM
Thanks for that information. I will give it a try.
gd