Okay
  Public Ticket #3754364
Whatsapp button
Closed

Comments

  •  3
    Intensgroen started the conversation

    Hello,

    In the Salient theme is allready a function for whatsapp. Only the icon is very small and you can't see him very well. 

    I don't want to install a plugin, but some easy code to get het Icon bigger like 50 px in de footer. 

    Can I also chage the color into green?

    Attached files:  Schermafbeelding 2024-10-30 151002.png

  •  8,837
    Tahir replied

    Hey Again,

    Thanks for reaching out! .

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer #copyright .col ul i.fa-whatsapp {
        font-size: 41px;
        margin-top: -10px;
    }
    
    

    Best,

     


    ThemeNectar Support Team 

  •  3
    Intensgroen replied

    Hi Tahir,

    It works thanks!


    Chris