I'd like to be able to use more than one colour for my title font - for example, a three word title in which the first two words are red, and the last word is blue. Currently using CSS as below.
'Edit Page' allows for this within a page, only I don't know how to do so for title, or if that's even possible?
.entry-title {
font-family: Lucida;
color: green;
font-size: 48px;
font-weight: bold;
text-align: center;
line-height: 1.1;
}
The blog I need help with is brinded.wordpress.com.