Hi,
Ok I had a look under Typography and there it all was – sorry for not paying attention.
I would like to change the some of the colours for the badges and call the badges from the module by their colour rather than the name like _badge badge-blue, _badge badge-orange etc.
Is it only a matter of changing the css (csstemplate.css)
.badge-hot.badge
{ background-position: 0 0; }
to for example
.badge-hot.blue
{ background-position: 0 0; }
Also, can I do the samething for the titles if I need to chnage the colours ie change the css – for example chnage all .title-green to .title-yellow?
Or will that have any other implications?
Thanks,
Jonas