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.