Hello @arnaudov
You can use custom CSS to replace icons with new icons. Ultimate member comes to preloaded font-icons, If you wish to change the icon you can write some CSS codes.
I know how to change them with CSS, but the icons are still from the old versions. For example if I want to use 3 horizontal dots, it renders 3 horizontal squares with rounded corners (the old icon for 3 dots) … how to replace / update the entire set of icons?
@arnaudov You will have to import new font if you are using CDN or you can also define new font using CSS.
Hey, @aswingiri thanks for reply.
Can this be done without making changes in the core files? The FA version that is curently used in UM is 2.4. Can we upgrade it to the last version or version before? We purchase the UM and I asked the same question in support but no answer yet.
Thanks in advance!
Hello @arnaudov
You don’t need to make changes to any of the plugin files, You can define or import font from your theme’s styles.css file, Customizer (Additional CSS), or from functions.php file using the hook.
CSS you will be adding should load after UM css so that it can override CSS used in plugin.
Hi @aswingiri
Thanks for the answer.
Will try to add it and write back if it works.
Thanks!
Thanks for letting us know.