Penscratch theme: text color
-
This is for my blog: https://johnfrancisnooney.com
How can I make the post font a shade or two darker?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi
To change the color of your posts, you’ll want to add the following code to your Custom CSS editor. In order to edit the CSS, you will need to have the premium or business level WordPress.com account.
The code below will make the font black. If you want to choose a different color, you can adjust the HEX color value (the # followed by 6 letters/numbers). Here’s a link that can provide many different HEX color values: http://www.quackit.com/css/css_color_codes.cfm
p { color: #000000; }Hope this helps!
- The topic ‘Penscratch theme: text color’ is closed to new replies.