Hi,
I have a wordpress website where I want to change the font for H3 and H4. I can't seem to change the H3 font. I've noticed that if I change the styling to H3 in the wordpress admin page editor, it will not change, colour changes but not the font. If I hard code some text in H3 it changes to the font I want. Does anyone know what could be causing this?
This is all the CSS I have for H3:
h3 {
color: #f0c9c2;
font-family: 'Great Vibes', cursive !important;
font-size:25pt;
}
#content h3,
{
color: #f0c9c2;
font-family: 'Great Vibes', cursive !important;
}
h3#comments-title {margin:30px 0;padding-left:35px;background:url('images/comment.png') no-repeat left center}
h3#comments-title span {font-size:.8em;}