i have changed the codes, but i dont understand why is not working do i need to do something more?You just added them to the legend they won't magically appear next to the names in the forumlist. For that you need to [style="color: hexColorSetInACP;"] to target those and add FA to those aswell:
first to add FA to the names you need to changetoCode:
[href^="./memberlist.php?mode=group&g="]::before{display: inline-block;font-family: FontAwesome;font-weight: normal;font-style: normal;font-variant: normal;font-size: 1.2em;line-height: 1;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: 3px;}
then f.e like you have it set for group with id 5Code:
[href^="./memberlist.php?mode=group&g="]::before,.last-info .mas-username [style]::before{display: inline-block;font-family: FontAwesome;font-weight: normal;font-style: normal;font-variant: normal;font-size: 1.2em;line-height: 1;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: 3px;}
you need to changetoCode:
/* Group ID 5 */[href^="./memberlist.php?mode=group&g=5"]::before{content: "\f013";}
Code:
/* Group ID 5 */[href^="./memberlist.php?mode=group&g=5"]::before,.last-info .mas-username [style="color: #FF0000;"]::before{content: "\f013";}
Statistics: Posted by MortallCsAl3x — Fri May 17, 2024 6:17 pm