Widget Text Color And Featured Image

The text color in the widgets is a very light gray and almost unreadable.
How do I change the color to black?

Also, is there a way to make the featured images appear only on the homepage (not a static page) and not appear within the post content itself when the post is opened?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

I uploaded a temporary featured image so that you can see.
I would rather not have it appear at the top of my post and would prefer if it showed only on the homepage.

Also, you will be able to see that all of the text in the sidebar is a very light gray

My site is
realaffiliateincome.com

hey there

Please add this CSS in appearance - customize - additional CSS

#secondary .widget {
    color: #524949;
}
#secondary .widget a {
    color: #524949;
}
/*hide featured image inside sinle post*/
.single .has-post-thumbnail > img {
    display: none;
}

Thanks!
Colorlib Support Team

Your solution solved my problem
Thank you!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Sparkling] Reviews | WordPress.org

Thanks,
laranz.