Home Font Color VS Post Font Color

Hi,
I’m new in Wordpress and I found Activello the most attractive theme for my weblog.
My question is: There’s a difference between Excerpt Font color in the home page and the Font color once you click on the ‘Read More’.
The default grey font color in the Home page is lighter than the grey font color in the post page.
I’m interested in setting the font color in home post previews with the same color than the post page font color.
Hope I explained correctly.
Here you can see my (still testing) page: madein1980.com
Thanks!

Hi @tonymontanabcn,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.blog .entry-content, body.archive .entry-content {
    color: #696969;
}

Best Regards,
Movin

Thank you so much for your help!
It worked perfectly in my site :slight_smile:

You are most welcome here :slight_smile: