New Google social icon on Virtue Free and Premium themes
-
First of all, my problem is resolved thanks to Kadence Support team. So let share this simple solution here.
I use the Menu Social Icons plugin to easily create and update a unique social icon menu, used across the website. But Virtue Free and Premium themes return the old Google+ icon from their icon pack that comes with themes.
I installed the Better Font Awesome plugin to get a fresh pack of icons, but no change as the Virtue css stylesheet is overriding the styles from the plugins I mentioned above.
A solution is to override the
.icon-google-plus
class by adding the following css with the use of!important
into your custom css (Virtue Theme Options > Advanced Settings > Custom CSS Box):.icon-google-plus::before { content: "\f0d5" !important; font-family: FontAwesome !important; }
This solution will not have effect on any other icon.
Here is the link of the Google+ icon I’m talking about: https://fontawesome.io/icon/google-plus/
Anyone with a better solution?
- The topic ‘New Google social icon on Virtue Free and Premium themes’ is closed to new replies.