tcolton;180110Hi all,
Was wondering if anyone knew how to remove the colors that are on either side of the newsflash module in the standard Raite template? I just want it the normal background color that I’m going to set.
Thanks,
Travis
Hi Travis
If you are using Raite with the default Yellow, you need to change the colour in the yellow.css file around line 48 ( /templates/ja raite/css/colors/)
#ja-newsflash {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-originadding;
background:#D8A936 none repeat scroll 0 0;
Change the background colour to what you wish, eg white #FFFFFF etc
Hope this gets you started
Cheers Shannon