Resource icon

XF 1 Tip Creating custom thread prefix CSS

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,750
Points
823

Reputation:

LQD submitted a new resource:

Creating custom thread prefix CSS - Oooh, look at the pretty colours.

This resource is not affiliated with XenForo Ltd.

I'm sure lots of people will want to create their own thread prefix CSS, so this thread will help you do that.

The following code should be added to EXTRA.css

In the example below we're going to create two classes; CTA1 and CTA2.
Of course you can choose whichever class names you like.
Code:
.prefix.prefixCTA1 {
color: @textCtrlBackground;
background-color: @primaryDarker;
border-color: @primaryDark;
}
    a.prefixLink:hover...

Read more about this resource...
 
Top