(2019-01-24, 12:23 PM)vk_knight Wrote: So I changed the font of the user group. But its now showing this after changing.
https://ibb.co/zNq9mWN
As you can see the icon prior to the 'Super Active Member' is not visible. How can I fix it or even remove it?
First, that is user title styling not groupimage styling. Cerise has both and the first step is not to confuse one for the other.
As I stated here:
https://community.mybb.com/thread-221614.html there are two stylsheets one for groutag ie: usertitle and one for groupimage. Both of which control the css for groupimage and usertitle.
As you also can see from the mods page that it explains how to finalize group image.
Quote:Due to the addition of css groupimage replacement, we need to after install modify for font awesome icon and add in groups in groupimage input for example for each usergroup its respective group name:
Quote: Group Image
Here you can set a group image which will show on each post made by users in this group.
Example
<icon class="fa fa-cog"></icon><i>administrator</i>
<icon class="fa fa-gavel"></icon><i>super moderator</i>
<icon class="fa fa-gavel"></icon><i>moderator</i>
<icon class="fa fa-user"></icon><i>registered</i>
Etc, etc....
For the groupimages you would control the icon by modifying in the icon call for example:*
<icon class="fa fa-user"></icon><i>registered</i>
fa fa-whatever
As for user title the icons are controlled by css in the :before content: and can be modified by changing content: or removing content:
** also note: both use font awesome 4.7 as does the rest of the theme so make sure to use valid fa 4.7 icons