R
RadicalBrad
Guest
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 CommunityTo 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...