Changing colour scheme - blog titles not changing

Hello,

I have changed my colours from sparkling pink to green:

http://www.wildlifefilmmaking.co.uk

They all work except for the links to blog posts on the front page - mouseover “test 3” or “test 2” titles to see what I mean - how / where do I change this colour element please?

Thanks,

Simon.

Hi Simon,

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

You can try changing its color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.entry-title a:hover {
    color: #339900;
}

Best Regards,
Movin

Thank you, works perfectly.

I notice there are still some pink headings:

http://wildlifefilmmaker.co.uk/?p=1#comments

Where can I get rid of these please?

Okay, sorted thank you -

Copied the style sheet into dreamweaver and replaced #DA4453 with my colour, pasted back into WP - sorted

You are most welcome here :slight_smile: