Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1989

[3.3.x] Styles Support & Discussion • Re: Legend group icons

$
0
0
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 change

Code:

[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;}
to

Code:

[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;}
then f.e like you have it set for group with id 5

you need to change

Code:

/* Group ID 5 */[href^="./memberlist.php?mode=group&g=5"]::before{content: "\f013";}
to

Code:

/* Group ID 5 */[href^="./memberlist.php?mode=group&g=5"]::before,.last-info .mas-username [style="color: #FF0000;"]::before{content: "\f013";}
i have changed the codes, but i dont understand why is not working do i need to do something more?

Statistics: Posted by MortallCsAl3x — Fri May 17, 2024 6:17 pm



Viewing all articles
Browse latest Browse all 1989

Trending Articles