Hello Alex98,
Greetings of the day!
Lots of social media icons available in theme, but there are no icons for Vkontakte.
You can add these icons using custom CSS without creating a child theme.
Follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:
.social-widgets ul li a[href*="vk.com"]::before{
content: "\f189";
}
.social-widgets ul li a[href*="vk.com"]:hover{
background-color: #5181b8;
}
Please feel free to let us know if you have any further queries.
Thank you
-
This reply was modified 5 years, 3 months ago by nirav.
-
This reply was modified 5 years, 3 months ago by nirav.