Hi Guys...
A used this code below in Extra.css to put the image on node:
View attachment 76998
But I would like that when click in image open the forum...
Can you help with this code?
Thanks.
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.