I just installed the widget, that works well on my site, but all of the social icons dissapeared from the template.
Could you please help me?
I just installed the widget, that works well on my site, but all of the social icons dissapeared from the template.
Could you please help me?
@astghik Thanks, of course. https://csajokamotoron.hu/
Now the widget is turned on, but if I turn it off, the social icons appear again.
Please provide us the example of the current page, you've got the issue. Currently, we don't see any. Please watch the video below:
https://www.screencast.com/t/NwsEaFAREU1S
Also, please provide us another screenshot. It's too hard to understand where the icons are located.
@astghik
Sorry, I send another screenshot. On the video there is no social icon at all.
The site you have shown it, is another url.
Here you are: And thank you for your help.
The screenshot and the current page URL (where we can see the issue) is missing. Please send those, and we'll be able to provide some solution asap.
Use the CSS code below, it should solve the issue:
.social-links .fa {
font-family: FontAwesome !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
@astghik Thank you. They are visible now, but the icons seem to be bold or something.
you can replace the code with the following one:
.social-links .fa {
font-family: FontAwesome !important;
font-weight: 100;
font-size: 19px !important;
}
Just change the red marked values as you like.
@astghik
Thanks you, it is perfect now. 🙂
