X Theme Hover Options- Not working correctly

Hover color options aren’t working correctly on our site:
https://amidoninc.com/

The social icons at the bottom disappear when hovering. Do you know where this can be corrected? I tried changing in the Theme options under buttons. It doesn’t seem to be picking up any revisions from the buttons area. Do you know where I can apply hover colors for the social icons at the bottom so they don’t disappear (in white)?

Thank you,

Hi Nicole,

Thanks for writing in! Those colors are inheriting from the site link colors that you set under X -> Theme Options -> Typography -> Site Links section.

If you just want to set colors for your footer social icons, Could you please add the following CSS rule into your X -> Theme Options -> CSS area.

.x-colophon.bottom .x-social-global a:hover {
    color: green;
}

Thanks!

Thank you, this worked perfectly. :slight_smile:

You are most welcome. :slight_smile:

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