Heisenberg submitted a new resource:
You must be registered for see links
- Add an image to node titles on the forum home pageThis resource is not affiliated with XenForo Ltd.
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:
Code:.nodeList .node_32 .nodeTitle:before { content: url('@imagePath/path/to/image.png'); display: inline; vertical-align: middle; padding-right:...
You must be registered for see links
