Use new Instagram logo at Social buttons element
-
Hi,
Is it maybe possible to use someway the new Instagram logo (with the new colors like here: https://en.wikipedia.org/wiki/File:Instagram_logo_2016.svg) at Social buttons element of your theme? Currently it is appeared with the “old” brown color.
Thank you in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change it
.icons-design-colored .social-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
Regards