Title & Header Color Changes with Featured Image
- The topic ‘Title & Header Color Changes with Featured Image’ is closed to new replies.
Need help? Check out our Support site, then
As a default, my page background is white, ergo the title/header are black. When I added a featured image, the color of the title/header reverses to white and I can’t read the font against the featured image. Is there a way to change it to the default black color?
The blog I need help with is: (visible only to logged in users)
Hi, I’m not seeing this, did you get it figured out, or did I miss it? Could you post a screenshot so I can see this issue?
So apparently when you add an image, the default for the font is white, but when just using the default white background, naturally the font is black. I just presumed the font would stay black, but it changed to white when a picture was added. I changed the picture, which worked, though I’d like to know if making a font color change is an option for the header/title.
You could do that with custom CSS, like this would change the header title:
.site-title a {
color: #000;
}