How do I change the H3 color?
-
Hello,
I have the custom design product and have made many CSS alterations to Standard theme. However, I can’t figure out how to change the color of H3 headings used in posts. Can someone give me a little CSS code to insert, please?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
For general h3 text, you should be able to use the following CSS:
h3 { color: #fff; }If you’re including links within h3 type, you’ll need to use the following CSS to change the link color:
h3 a { color: #fff; }Let me know if you need anything else!
-
-
- The topic ‘How do I change the H3 color?’ is closed to new replies.