'Older Posts' Hover Colour

My site colour theme is generally black and white with pink accents (monochrome-ego.com) however, when you hover over the ‘older posts’ bar at the bottom of the homepage, it is lilac and I can’t find where I can change this.
Any help welcomed (:

Hi @missjoanita143,

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 -> Activello Options -> Other -> Custom CSS

#page #infinite-handle span:hover {
    background-color: #d80dac;
}

Best Regards,
Movin

Hey Movin ,

Thank you so much for the quick and very useful reply!

You’ve actually made my day better because the previous colour has been bugging me for a very long time!

Regards,

Joanita

You are most welcome here :slight_smile: