Heading Rollover

Hi There
Quick question about font styling.

On this page: http://www.gilbertsondavis.com/business-litigation/toronto-business-disputes-lawyers/

Where there are headings in the top blue banner such as:
“Oppression Remedy Lawyers | Abuse of Trust Claims
Breach of Fiduciary Duties | Directors and Officers Liability”

I’d like them to glow orange upon roll over on the desktop, (like other links on the site). How should I adjust to make that happen?

Thanks

Hi there,

Please add a class to the headline element then add this code to the Global CSS:


.glow-links a:hover span {
    color: orange !important;
}

The code above assumes that the class you have added to the custom headline element is glow-links.

Here are some related links for further reading:

Hope this helps.

Thank you! Worked great.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.