XF 1.3 How put link in image node

Cidrack

Active member
Hi Guys...

A used this code below in Extra.css to put the image on node:
Code:
.nodeList .node_32 .nodeTitle:before {
content: url('@imagePath/path/to/image.png');
display: inline;
vertical-align: middle;
padding-right: 4px;
}

View attachment 76998

But I would like that when click in image open the forum...

Can you help with this code?

Thanks.
 
Top Bottom