Resource icon

XF 1 Tip Membercard styling guide

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
20,068
Points
823

Reputation:

LQD submitted a new resource:

Membercard styling guide - This is a reference guide for those wanting to modify the text colours of the membercard

Summary: I thought I'd submit a membercard styling guide for those having trouble styling the text colours in the membercard.

Think of this as a base guide, you can see in the screenshot what elements are using what colour by referencing the css provided below making it a little easier for you to know what colour controls what element.
View attachment 595
In EXTRA.css template add:
Code:
.xenOverlay.memberCard .userInfo h3 a {
color: lime !important; }...

Read more about this resource...
 
Top