Okay
  Public Ticket #2053878
Social icons in footer
Closed

Comments

  • Max started the conversation

    Hey, I added some social network / email icons in my footer but I can't click on it (despite the fact I added the links in Salient > Social Media). Could you please help? Tks a lot / Max

  •  3,025
    Andrew replied

    Hi Max,

    Thanks for getting in touch.

    There seem to be a layer on top of icons that is preventing the icons from being clicked. Add the following custom css:

    #footer-outer .col{   
      z-index:1;
    }
    

    Hope this helps.

  • Max replied

    Hey Andrew,

    Tks for the help! I added the custom css and it still doesn't work. However, it seems it solved a bit the email button (highlight when hovering the right side of the icon).

    Do you have another idea?

    Cheers / Max


  •  3,025
    Andrew replied

    Hi Max,

    Modify the custom css I recently sent to this:

    #footer-outer .col{     z-index:inherit;
    }

    If it not work then grant us temporary access to your website we check from backend what could be causing this. We will need username and password with admin privilleges.

    Hope this helps.

  • Max replied

    Andrew, it works! Thank you a lot, Max