Hello,
I am trying to change the footer by replacing the social text messages part with the corresponding icons. What I am trying to do is replace that part with the social-bar as in “project-item-standard-grid.html”. I would really like to have the magnifying effect when you hoover over the icons. It works, however using (to avoid the overlay)
#footer {position: static!important;}
.footer-info{opacity: 1!important;}
#wrap{margin-bottom: 0!important;}
the footer becomes completely invisible. When I go over that part with the mouse, I can still see links (not icons), but it is completely white.
Removing the #wrap part does the fix, but the bottom margin becomes large in turn.
Any way how to fix it?