This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
How can I change the F icon that you have at the top of the page?
I would like to add one other icon for facebook, twitter etc. Can I do and how?
Hello,
We are using FontAwesome icons. If you want to replace Facebook icon add the following code in custom CSS
.fa-facebook-f:before, .fa-facebook:before {content: "\f09a";}
Where content is code of icon.
For the twitter, instagram etc
.fa-twitter:before {content: "\f099";}
.fa-instagram:before {content: "\f16d";}
etc
Regards
You must be logged in to reply to this topic.Log in/Sign up