Changing the excerpt color
- The topic ‘Changing the excerpt color’ is closed to new replies.
Need help? Check out our Support site, then
How do I change the excerpt color so that it is white and not that grayish color on my site? It’s too dark to see. Thanks.
The blog I need help with is: (visible only to logged in users)
Hello,
I’m assuming you are referring to the excerpts on the homepage Featured Slideshow. To change the text of those to white, please add the following in the Additional CSS section in the customizer:
#slideshow .information p {
color: white;
}
I hope that helps! Let me know if you need further assistance.
Emily
Yes! Perfect, thanks!
You’re welcome :)