Changing rollover colors of the social icons in bottom footer of X theme

How do I change the rollover colors of the social icons in the very bottom footer of the Education demo of X Theme? I want the rollover to be the same color for all of these icons in the bottom. The prest has these turning into blues and reds. I would appreciate the assistance.

Hello @charliemca,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to change footer social icons hover color:

footer.x-colophon.bottom .x-social-global a:hover {
    background-color: #ddd;
}

Thanks.

thanks that worked great!

You are most welcome. :slight_smile:

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