Hello @jklarich,
Take a look at Personalizing colors and font. It’s the section number 5.
If this is not what you want, please be more specific.
Give a line that you want to change the color.
SYA 🙂
The above didn’t let me edit text color. I am looking for the CSS to alter the color. See below for problem.
I have a homepage that isn’t in my pages in my editing window for pages. It contains a blog set up. I am not sure how to edit this page. I want the heading and text to be black and it is gray. I also need to know how the page is set up and works so I can edit it.
Here is my site:
http://grangerhistoricalsociety.org/
This is the page with my blog that has gray text. In the rest of my site I have altered the text to black. I want to get this pages text black, and I what to learn how this blog page is set up so I can edit it as well.
Hi,
Please use the following in a child theme’s style.css
.home article p, .home article a {
color: #000 !important;
}
This is how it should look.
http://image.prntscr.com/image/ce596adf57fc4319b384a2179253de1c.png
Thank you
-
This reply was modified 9 years, 6 months ago by
Denzel Chia. Reason: attaching screenshot