Social menu in footer stopped working

Hello,

I have looked all over for why my social menu in the footer of my website might have stopped working, but I can’t find anything. Yesterday I removed one social icon plugin because it didn’t have an option for an amazon logo and I replaced it with a different one that allows me to create my own logos for each social link. This new plugin works great in my header, but all of a sudden stopped working in my footer. The only thing that’s different is the plugin I’m using. Can I please have someone look into why this might be happening? My website is http://www.fateunbound.com/ and I can give admin permissions.

Hi @fateunbound,

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

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.site-footer #social li a .menu-image-hover-wrapper {
    display: inline-block;
}

Best Regards,
Movin

Thank you, thank you, thank you! That worked!

You are most welcome here :slight_smile: