Edit font color
-
How do I edit the font color of virtually all of the options (sidebar, links, posts)? For example, the text on blog posts is a gray color now that doesn’t show up/is hard to read with the background I have.
The blog I need help with is: (visible only to logged in users)
-
-
Hi Preston,
I’m not very familiar with the theme you’re using, but you have a CSS style attribute that is affecting all your links, and it is set to something like #EFEFEF, or something like that. You’ll want to find this attribute and change the color to #FFFFFF. You will also want to change your widget color to #FFFFFF.
It should look something like this:
a:link {color: #FFFFFF;}
.widget {color: #FFFFFF;}
That should at least get you started.
Good luck!
-Z -
On Demand is a little tricky when it comes to font color because it has a TON of different color properties! However, as luck would have it this has been asked before in our forums, so there is already an answer posted.
Start here and it should answer all of the font color questions you have:
https://en.forums.wordpress.com/topic/on-demand-press75-theme-unclear-text-against-backgrounds?replies=33#post-856507
- The topic ‘Edit font color’ is closed to new replies.