I want to change the widget title font to impact, how do i do that?
And I also wonder how i make it bigger?
Fetching latest tweet ...
I want to change the widget title font to impact, how do i do that?
And I also wonder how i make it bigger?
Add this to Custom CSS.
.sidebar h3 {
font: 20px/23px "Impact",sans-serif;
}
This topic has been closed to new replies.