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
- 26,858
- Points
- 823
Reputation:
Hello,
I have added code to place small thumbnail images next to my forum nodes. This is working perfectly, and can be seen here under Tutorials and Projects...
chopzone.com
To make these display, I add the following code in extra.less.
It simply finds the node ID and then stuffs the image in the background.
Here are two thumbnails as a reference...
Code:
Read more
Continue reading...
I have added code to place small thumbnail images next to my forum nodes. This is working perfectly, and can be seen here under Tutorials and Projects...
ChopZone DIY
The Bike Building DIY Community
To make these display, I add the following code in extra.less.
It simply finds the node ID and then stuffs the image in the background.
Here are two thumbnails as a reference...
Code:
Code:
/* PROJECT : skystyle_tallbike */
.node.node--id82 {
.node-icon i {display:none;}
padding-left:12px...
Read more
Continue reading...