I have the custom package. I am trying to make the sidebar widget titles normal weight, not bold. In the CSS, I found:
.widget-title {<br />
font-size:14px;<br />
font-weight:bold;<br />
}
so I put this into the custom CSS:
.widget-title {<br />
font-size:16px;<br />
font-weight:normal!important;<br />
}
I did not have the "!important" at first, but since it didn't seem to work I added it.
Now I see the correct font size and weight in the custom font preview, but not in the custom CSS preview, or in normal viewing. What's going on?
The blog I need help with is touchofjoyministries.wordpress.com.