How can I specify a CSS class to a blog title?
-
There are some posts I want to specify a specific CSS tag to in order to have a visual match to the topic I cover in the post. I tried it today, but it just mucked things up.
Basically I want to be able to specify the class “Tulane” for posts I write about the Tulane baseball team at the College World Series. The CSS for that class is:
.Tulane {
color: #006633;
font-weight: bold;
}Is there a way to do this or am I trying to do the impossible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I specify a CSS class to a blog title?’ is closed to new replies.