Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello community.
I would like to change the icons of 'Account' and 'Activity' within the members page (attached screenshot with detail)
Does anyone know how to do this?
Can somebody help me?
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.
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.