AI Search
Classic Search
Notifications
Clear all
4 Replies
May 13, 2020 3:05 am
Can somebody help me?
May 13, 2020 2:03 pm
This article may be helpful for you.
https://docs.layerswp.com/doc/how-to-replace-font-awesome-icons-with-css/
Here is a simple example:
i.fas.fa-cog:before {
content: "\f07a";
}
The rest of customizations should be done by yourself.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab. Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
May 13, 2020 7:21 pm
Hi @sofy.
Thank you very very much.
If you can modify the icons.
This is the CSS code I implement:
.h-bottom .wpf-profile-menu i.fas.fa-cog:before {
content: "\f2bb";
}
and
.h-bottom .wpf-profile-menu i.fas.fa-comments:before {
content: "\f558";
}
Attached screenshot of what it looks like
Cordial greeting.

