yuribtonani Posted June 13, 2023 Posted June 13, 2023 (edited) Im looking for to add WhatsApp icon button in social links (right top of the page), just as it is in the image.. does anyone have any idea? Whatsapp is very useful for my company.. thanks! my website is: www.fercomaz.com found topics about the same problem in forum from 2020! its crazy that its past over 3 years and SQ doesn't have WhatsApp or TikTok button.. Those solutions doesn't work anymore.. Edited June 14, 2023 by yuribtonani
tuanphan Posted June 15, 2023 Posted June 15, 2023 You can add a Link icon then we can give code to replace it with Whatsapp Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
yuribtonani Posted June 15, 2023 Author Posted June 15, 2023 8 hours ago, tuanphan said: You can add a Link icon then we can give code to replace it with Whatsapp Hi Tuanphan! Ive done as you suggest.. how can I replace it? Many thanks!
Solution tuanphan Posted June 20, 2023 Solution Posted June 20, 2023 Add this code to Design > Custom CSS. You can replace whatsapp icon in the code with new url (because we can't use code to change its color, so if you need to change to blue, you can send new icon, I will give new code) /* Whatsapp */ header#header [href*="whatsapp"] { background-image: url(https://i.ibb.co/xKZkYDB/whatsapp-icon.png); background-position: center center; background-size: contain; background-repeat: no-repeat; } header#header [href*="whatsapp"] svg { display: none; } Begona 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
yuribtonani Posted July 18, 2023 Author Posted July 18, 2023 thanks for all your help Tuanphan.. however for my website just doesn't work, I gave up on that..
humxahafeex Posted April 5 Posted April 5 (edited) On 6/20/2023 at 12:27 PM, tuanphan said: Add this code to Design > Custom CSS. You can replace whatsapp icon in the code with new url (because we can't use code to change its color, so if you need to change to blue, you can send new icon, I will give new code) /* Whatsapp */ header#header [href*="whatsapp"] { background-image: url(https://i.ibb.co/xKZkYDB/whatsapp-icon.png); background-position: center center; background-size: contain; background-repeat: no-repeat; } header#header [href*="whatsapp"] svg { display: none; } Great Solution , If someone needs to get same thing done in footer you can use this code, just a extension to above one. footer#footer-sections [href*="wa.me"] { background-image: url(https://i.ibb.co/xKZkYDB/whatsapp-icon.png) !important; background-position: center center; background-size: contain; background-repeat: no-repeat; } footer#footer-sections [href*="wa.me"] svg { display: none; } "Whatsapp" is replaced by "wa.me" as per new whatsapp link policy for more check this link How to use click to chat | WhatsApp Help Center Edited April 5 by humxahafeex
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment