CSS storytitle tag question
-
I have a simple question about coding CSS for the WordPress storytitle tag. I have read the excellent CSS explained in the WordPress Tutorial Series. So following the tutorial I have the following CSS for my post titles:
storytitle {
margin-top: 0.25em;
font: bold 16px Georgia, “Times New Roman”, Times, serif;
}
.storytitle a {
text-decoration: none;
color: #0b39b2;
}
I had expected the Post Title now to be of color 0b39b2 but instead it is of color 666, which is set somewhere else.
I have tried setting the color in the storytitle tag but to no avail. Any suggestions?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘CSS storytitle tag question’ is closed to new replies.