Hyperlink Text Color

I changed the hyperlink text color by adding to the additional CSS that I saw as a solution on another post and it worked to change the hyperlink text color on the actual post pages but not on the homepage. I have all my posts shown in entirety on the homepage but you can click the title of each post and it goes to the post’s own page. The hyperlink color doesn’t show on the home page like it does on the post page.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website and the CSS that you added so that I can inspect them?

Best Regards,
Support

CSS I added is included in the Untitiled 3 photo I attached to the original post. Website is thisisyour30s.com

Hi there

Maybe this is what you wanted?
Please try this css:

.entry-title a {
color: red;
}

This could be easily done by adding a code for
a{ color: XXX}

In the particular code. and you are good to go

Hi there,
Thanks for writing back.
Yes you can still use that code but it will have an effect to all your links within your site.
However, please feel free to reach out once again in case you have any more questions.

Best Regards,
Support.