WP theme cleaners
WP theme cleaners
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- neverblink0
it's not called blue header, because when you change the color you're stuck with the term 'blue header'.. you should never name your style-classes like that.. keep it generic.. header / subheader / pageheader / itemheader / etc.
And you can just declare the same style for two different classes, so what's the problem?
h2.a, h2.b { color: #F09; }