Apply user group text colour to underline on hover
If you have applied user name CSS to your user groups to change the text colour, you may have noticed that when hovering, the underline colour is the same as the default hyperlink colour.
This therefore is a very simple tip to ensure the styling is applied to the underline.
Simply add this to EXTRA.css:
I wish you success.
If you have applied user name CSS to your user groups to change the text colour, you may have noticed that when hovering, the underline colour is the same as the default hyperlink colour.
This therefore is a very simple tip to ensure the styling is applied to the underline.
Simply add this to EXTRA.css:
Kod:
a.username:hover > span {
text-decoration: underline;
}
I wish you success.