Blog Post Title Colour Change?

Hi there,
I’m trying to get away from the Purple colouring that I see across the site and one area of priority are the Blog Headings when I enter the main Blog segment of my site:

Is there a way to change that as I have tried within the Customise options in Shapely but nothing seems to effect them.

Cheers,
Mark.

Hi Mark,

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

I visited your shared site but didn’t see any post title in Purple color.

Have you managed to change its color?

Please advise.

Best Regards,
Movin

The title and Author name looks Purple to me?

I could see that the post title links which are visited display in purple color and you can change its color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.post-title a:visited {
    color: #494949;
}

Hey Thanks, worked great. The Author name is still purple on the post summary but I can live with that.

Cheers again,
Mark.

You are most welcome here :slight_smile: