Using a loop in extra.less

Status
This content is read-only, or is not open for further replies.

RadicalBrad

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom