XenForo How to Style Thread Tags [Deleted]

A

Amaury

Guest
Amaury submitted a new resource:

How to Style Thread Tags - How to style thread tags.

@The Wanderer sent me a conversation asking how to style the hover effect of thread tags. I figured I'd create a resource for anyone else wondering as well.

It's simple:

Code:

Code:
.taggingInput .tag {
    color: @secondaryDarker;
    background-color: @secondaryLighter;
    background-image: none;
    border-color: @secondaryLighter;
}

.taggingInput .tag a {
    color...
Click to expand...

Read more

Continue reading...