Related posts widget hover colour

Hi there,

As the title suggests, I am looking for the css to change the hover colour from the default shapely purple in the related posts widget.

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.shapely-related-posts .shapely-related-post-title a:hover, .shapely-related-posts .shapely-related-post-title a:focus {
color: #bbd631;
}

Thanks!
Colorlib Support Team

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

You can make this change on your site using the following custom CSS

.shapely-related-posts .shapely-related-post-title a:hover, .shapely-related-posts .shapely-related-post-title a:focus {
	color: #f93434; }

Thanks!
Colorlib Support Team

Thank you, this worked when I executed it. The code is still in additional CSS but I’m not seeing the change active anymore? Its gone back to the default. Tried pressing cmd + R to see latest version but that does nothing. This keeps happening with additional CSS changes. Not sire why?

Thanks again.

Hey there

Please clear cache and check again, code is applied and is working on my end :slight_smile:

Thanks