Changing Font Color in CSS Not Working
-
I want to change the title (h1) font and color for all of my posts. I have installed the Google Font plugin and the fontsforweb.com font plugin. The fontsforweb plugin was working fine but stopped letting me chose fonts for some reason so I have to find another solution.I have written a few types of CSS to try to change the color. I am able to change the font size, alignment, and font type but the color will not change!
Here is the CSS that worked for everything but the color:
h1 {
color: #005288;
font-size: 12px;
text-align: center;
}I am new to CSS so any help would be welcome.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Changing Font Color in CSS Not Working’ is closed to new replies.