XF 1.4 Couple of color modifications

m3commish

Active member
Hey there, struggling to find the whereabouts to change the profile links color as well as the hover color for the admin link. Thanks!

1. profile links color change
2. hover color for the admin link

M3L Community

How do you change the profile links color?
a1.webp

How do you change the hover color?
a2.webp
 
For the member card links, Style Properties > Member Card > Member Card User Links

For the Admin link, try:

Code:
#moderatorBar a .itemLabel { color: #FFFFFF; }

Replace the color with what you want.
 
Last edited:
Top Bottom