changing font and color of post headings and post content
-
Hi,
I am using Reddle. I have tried using firebug, but am still having trouble changing the heading that currently reads, “Hello World” from red to #0B173B and the hover color from black to #3B0B0B.I’d also like to change the font in the actual posts to be #3B0B0B and also a bit larger.
I wanted to make sure that these changes applied to all of my posts and not just this particular one.
Thanks so much!
The blog I need help with is: (visible only to logged in users)
-
To change the post titles from red to #0B173B and the hover color from black to #3B0B0B in the Reddle theme, try this:
.entry-title a, .entry-title a:visited { color: #0B173B; } .entry-title a:hover { color: #3B0B0B; } -
To change the font in the actual posts to be #3B0B0B in the Reddle theme, try this:
.entry-content { color: #3B0B0B; }Note that this doesn’t change colors for elements that have more specific rules such as links or entry-meta, but you can change those separately if you need to—you would just need to identify them and find the right selectors.
-
thank you so much, design simply! I have another couple of questions (sorry!).
1. How do I make the tiles for things like “pages,” “archives,” “info” etc… into my own images instead of just words like they are now?
2. How do I change the color of the word, “edit” in the starburst shape next to the posts another color then red? How do I make sure that the same starburst image is on every post. Right now the first “Hello World” post has it, but the post below it has a different design in the shape instead of the solid blue. I want all of the posts to have the same solid color as the first with the text in a different color than red.
Thank you! Thank you!
I’m 9 months pregnant and am trying to do all of this before I know life will get too hecitc!
- The topic ‘changing font and color of post headings and post content’ is closed to new replies.