This one should be easy for you guys. As the title says, I only want to change the color for pages and not posts.
I've tried this and some variations of it but no luck
.page h1 {color:#ED3709 !important;}
|
This one should be easy for you guys. As the title says, I only want to change the color for pages and not posts. I've tried this and some variations of it but no luck
|
|||||||||
|
Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I'll go ahead and answer it anyway. Assuming the theme is built right (I'll get to that in a second) In order to ensure those classes are applied, ensure the following template tag is used:
Then, the example you wrote should work correctly assuming your CSS cascades properly |
|||
|
|