How to change my text color in my posts
-
My text color blends into my background and I am new to all code languages lets say I wanted to change my text color to black instead of gray that it is now.
The blog I need help with is: (visible only to logged in users)
-
See here for details on purchasing an annually renewable custom design upgrade and doing the required CSS editing.
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/ -
-
Hi there, the following will change the body text color to black, but you will need to remove the color declarations you set in the home page in the page editor.
body, button, input, select, textarea, #reply-title { color: #000000; }This will change page and post titles if you wish to change them also (original color code shown, edit as desired).
.entry-title, .entry-title a { color: #D7C2A8; }
- The topic ‘How to change my text color in my posts’ is closed to new replies.