no show colour of groups

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

How about, I have a problem when showing the user groups with color

in css of group i have
color: #ff3a3a;
font-weight: bold;
but user color looks normal
 

dwinchester

Well-known member
Registered
Joined
Aug 12, 2020
Messages
188
Points
38

Reputation:

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

View previous replies…

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

Try this
Code:
color: red;
font-size: 13px;
text-shadow: 0 0px 3px red, 0 0 3px red;
font-weight: none;
dwinchesterno i don't even see that a style is added to the user

in my other web yes
Code:
<span class="username--style3 username--staff username--moderator username--admin">Example</span>

but in my web that does not let me put style is not added
Code:
<a href="/members/Example.1/" class="username " dir="auto" data-user-id="1" data-xf-init="member-tooltip" id="js-XFUniqueId159">Example</a>
 

dwinchester

Well-known member
Registered
Joined
Aug 12, 2020
Messages
188
Points
38

Reputation:

no i don't even see that a style is added to the user

in my other web yes
Code:
<span class="username--style3 username--staff username--moderator username--admin">Example</span>

but in my web that does not let me put style is not added
Code:
<a href="/members/Example.1/" class="username " dir="auto" data-user-id="1" data-xf-init="member-tooltip" id="js-XFUniqueId159">Example</a>
leanndamiann1im a bit confused where you trying to set this ?
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

View previous replies…

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
384
Points
53

Reputation:

leanndamiann1add this to any user group and change

CSS:
  background-image: url(https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

change to your server what u are hosting

HTML:
https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif

so it will look like this
HTML:
https://your.com/images/giphy.gif?cid=790b761…&rid=giphy.gif
 

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

add this to any user group and change

CSS:
  background-image: url(https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

change to your server what u are hosting

HTML:
https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif

so it will look like this
HTML:
https://your.com/images/giphy.gif?cid=790b761…&rid=giphy.gif
one_finger_manNo work :(
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
384
Points
53

Reputation:

than .
you are not doing it right
Admin-control-panel.png
Edit-user-group-Administrative.png
 

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

leanndamiann1

Well-known member
Registered
Joined
Apr 22, 2021
Messages
190
Points
28

Reputation:

try to use the standard theme, do you have any modifications or extra.less content added?
BattleKingWith the default version it is not seen either, I am seeing that the daily credit activity task does not launch it every day and I have more users registered than what it shows me in the forum statistics, it is failing. I have to reinstall xenforo
 
Top