Site Title Hover Text Color

Hi all, fantastic theme.

I’m trying to simply change the hover color for the site title to #86ff72, my site is: romanscollins.net

What can I add to the custom CSS to do this?

Thanks in advance.

Hi @romansc,

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

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

#logo .site-name a.navbar-brand:hover {
    color: #86ff72;
}

Best Regards,
Movin

Movin, thanks so much for the solution, that’s exactly what I was hoping for!

You are most welcome here :slight_smile: