1 ladybirddee Nov 08, 2008 15:37
3 ladybirddee Nov 08, 2008 16:24
Thanks, but I actually did see that. I should have included that in my question. I see where it has CSS Class, but what do I put there?
4 yabba Nov 08, 2008 16:30
whatever you want the class to be called? ie/ "my_cool_class" ( without the quotes )
¥
5 ladybirddee Nov 08, 2008 16:38
Wouldn't the class I put in there have to be defined somewhere? I'm trying to pull a class from the right side, without the white, but none work.
6 yabba Nov 08, 2008 16:47
Yep, you can just add the class to the bottom of your skins stylesheet and use it to override whatever settings you like
.my_cool_class{
background-color:#f4c; /* wear shades :D */
}
¥
7 ladybirddee Nov 08, 2008 17:50
can't get it to work, I must be missing something!
Add a classname to each of the widgets you want to style differently
Admin > blog settings > [blog name] > widgets > [ relevant widgets ] edit settings
¥