Help with why my Facebook link in my footer does not work?

I have this code for my footer:
<a href="https://www.facebook.com/ThriftyCabinets"><i class="fab fa-facebook-square"></i></a> © 2019 Bruce Kieffer and Thrifty Cabinets

I’m wondering why the link does not work. Any ideas why not?
https://thriftycabinets.com

That’s Fontawesome 5. Is it properly loaded?

Try this link…you can’t be logged in as you to get the right link.
https://www.facebook.com/ThriftyCabinets/?tn=%2Cd%2CP-R&eid=ARCAbpvtct_yo_mkI4nqo3sXJC_63Yv9qwH-tK9iPq_ebH1BsKl109qPdO7WlVgAUWN3K4P4f9yMTe5E
Sorry…I was wrong:
https://www.facebook.com/ThriftyCabinets/

Looks like it is working from here just not on the home page.

My problem is there’s no link when I hover over the footer in my browser.

There are various positioning things going on that are blocking your clicks from registering. Try adding this to the page level css:

#footerOverlay{
z-index: 1 !important;
}

I put that code in the site-wide CSS and not things are working, Thanks.

seems to work fine for me on CHrome. Make sure you clear your browser cache.

You did see I modified the code.

This might be theme related. I have the same footer code in other project sites, and they work fine. I will contact the developer to see what they think.

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