Hi, Can a different link be added to traditional social networks with its respective icon?
For example, I want to put the URL of web.Whatsapp.com and that it appears with its respective icon. I try to add the WhatsApp class of fontawesome, but the icon overflows
I Solved the problem, in additional css, I put this(icon whatsapp):
.start_magazine_widget_social ul li a[href*="api.whatsapp.com"]:before {
content: "\f232";
}
.start_magazine_widget_social ul li a[href*="api.whatsapp.com"]:hover {
background-color: #08d11f;
}
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Social menu: Use other icons’ is closed to new replies.