By ronron on Monday, 16 October 2017
Posted in General
Replies 1
Likes 0
Views 237
Votes 0
hi

where is this and how can i change the icons on the toolbar?

i dont want to use FA. i want to use my own images

thanks
Hi there,

You can do custom css override on css below or you can do template override on this files .../components/com_easysocial/themes/vortex/toolbar/default.php

[gist type="css"]
#es .fa-home::before {
content: "\f015";
}

#es .fa-users::before {
content: "\f0c0";
}

#es .fa-comments::before {
content: "\f086";
}

#es .fa-globe::before {
content: "\f0ac";
}
[/gist]

Please give it a try and see how it goes.
·
Monday, 16 October 2017 15:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post