Resource icon

XF 1 Tip Individual node CSS attributes

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,780
Points
823

Reputation:

LQD submitted a new resource:

Individual node CSS attributes - Change individual node, also known as category color or css attributes!

Steps
  1. Decide which node to modify: locate its ID in ACP > Applications > Node Tree > {desired category}, check URL for the ID, see below:

    View attachment 1788
    In this example it's 47.
  2. Open EXTRA.css in ACP > Appearance > Templates > {desired style} > EXTRA.css
  3. Insert the following code:
    PHP:
    .nodeList .node_47 .nodeTitle a {
        color: #000000 !important;
        font-weight: bold !important;
    }
    You may replace...

Read more about this resource...
 
Top