RSS Feed/News Using a loop in extra.less

Status
Not open for further replies.

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,860
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 DIY

The Bike Building DIY Community
chopzone.com
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:

Code:
/* PROJECT : skystyle_tallbike */
.node.node--id82 {
.node-icon i {display:none;} 
padding-left:12px...

Read more

Continue reading...
 
Status
Not open for further replies.
Top