katetoon
Member
Posted 3 years ago #
Hi
My website is http://www.katetoon.com
Recently i was helped by a nice man on Word press support to make my side bar widget ready. But the problem is that my widgets don't look the same as my other side bar content.
I'd like the widget titles to be orange and serif font like the others.
Is it possible to control WP widgets via the general site CSS?
Thanks
Kate
ClaytonJames
Member
Posted 3 years ago #
I'm not a hundred percent on this, but try this and see if it gives you a push in the right direction... Geez... I hope I'm not steering you in the wrong direction. Maybe someone with a sharper eye can provide a shortcut...
starting on line 185 in the style sheet.
#sidebar {
float: right;
line-height: 1.2em;
margin: 0;
padding: 0 10px;
width: 220px;
}
...add this
#sidebar h2 {
font-family:Georgia,"Times New Roman",Times,serif;
color:#FF7F00;
}
katetoon
Member
Posted 3 years ago #
you're a genius thanks very much :-)