How to change widget colour and font titles.
-
Hi there,
I am trying to change the widget headers/titles. I would like them to be all the same font and would like them to be there same colour as well.
I’ve been looking at other threads and this seems to be the coding that they’ve used but it hasn’t worked on my Simple Custom CSS plugin.
}
.widget-title {
background: url(“images/border.png”) repeat-x 0 11px;
font-size: 24px;
line-height: 1.75em;
margin: 0 0 1em 0;
font-family: ‘Niconne’, serif;
text-transform: uppercase;
font-weight: normal;
text-align: center;Can someone help explain to me how to move forward or going about making the font and color changes?
I am also trying to figure out how to make the main bar’s text bigger?
My website is whereeverthewindtakesher.com
- The topic ‘How to change widget colour and font titles.’ is closed to new replies.