Hover over on link not changing color

Hello. I saved a section as a template. When I insert the template onto another page, the link no longer changes to pink when I hover over it.

If you look on this page, https://revealhm.com/sandiego/, the section “Follow us on Instagram @revealhairandmakeup” … @revealhairandmakeup changes to pink on hover.

I saved that as a template but on this page, I cannot get it to transition on the hover on this page for @revealhairandmakeup: https://revealhm.com/spray-tans-san-diego-faq/

When I change the color for the interaction of the text, it is also not changing.

Thank you!

Ashley

Hello Ashley,

Thanks for writing in! I have inspected your page and I am seeing this custom CSS:

h2 a:hover {
    color: #f6b7b7;
}

This code i missing on the other page which is why your link do not change it to the Pink color. It is best that you add the code in the Global CSS, Cornerstone > Theme Options > CSS to make sure that every time you use the template, your link will work.

Best Regards.

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