Post Title Link Colour When Hovered On

Hello again!

This is a follow up question to one posted in a previous thread here: https://colorlibsupport.com/t/blog-post-page-shows-read-more-button-for-full-post/#post-45437
Reply #45178

What bothers me more than having the useless “read more” button at the bottom is the colour of the post title link, when I hover on it it turns red (which clashes with the theme colours I’ve chosen). Technically the post titles shouldn’t be links anyways because they are full posts…

#dc25ed is the ideal colour for the link when it’s hovered on (and black when it’s not). Hope this makes sense…
My site url is http://www.mrsgeekchic.com Any help to change the link hover colour would be appreciated!

Thank you in advance for your help! Have a nice evening,

Larissa

Hi Larissa,

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

Technically the post titles shouldn’t be links anyways because they are full posts…

If it’s not there then how will users visit single post page to comment on the post?

#dc25ed is the ideal colour for the link when it’s hovered on (and black when it’s not). Hope this makes sense…

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

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

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

Best Regards,
Movin