XenForo Add an image to node titles on the forum home page

B

Brogan

Guest
Brogan submitted a new resource:

Add an image to node titles on the forum home page (version 1.0) - Smexy!

This simple bit of CSS will add an image to the forum home page before a node title.

You need to know the node ID for each image; you can find this in the ACP or by using one of the browser inspection tools.

For each node, you will need to add CSS similar to the following to EXTRA.css:

Rich (BB code):

Code:
.nodeList .node_[B][COLOR=#ff6600]32[/COLOR][/B] .nodeTitle:before {
content...
Click to expand...

Read more

Continue reading...