Reply To: Style sidebar widgets individually

Home Forums Support Style sidebar widgets individually Reply To: Style sidebar widgets individually

Home Forums Support Style sidebar widgets individually Reply To: Style sidebar widgets individually

#202962
Daniele

Hi Tom,
sorry if I didn’t put the selector and thanks for the widget title customization.

But actually, that matter still remains.

I gave this css to the text widget (“Oggi negli anni ’80”)

‘#text-20, #text-20 .widget-title {
background: #227DD0;
color: #FFF;
}

#text-20 {
background: #227DD0;
color: #FFF;
border: 2px dashed;
border-color: #000;
}’

and it works as you can see.

I gave this to the tag cloud widget

‘#tag_cloud-2 {
background: #f30;
color: #fff;
border: 2px dashed;
border-color: #000;
}

#tag_cloud-2 .widget-title {
background: #f30;
color: #fff;
}’

and it works with everything but text (that still remains #000).

what’s wrong?