Add an image to node titles on the forum home page

Add an image to node titles on the forum home page

Okay, so I looked through that site. Helpful, TY! I know about creating Hyperlinks, but I'm not sure where to put the new code to create the hyperlink since I had to add the image to Extra.css in the first place. This is the stuff that I have trouble with -- where to place the new code.

Also, I've been looking through the forums as well as the tips and guides and I still haven't been able to find any reference to removing the word balloons. They just don't fit our forum style. I'm hesitant to go into templates since I don't own the forum, am only helping design the elements.
 
Hi @Brogan ,

Thanks for this modification. I have some questions:

1. How can I bring the node title up?
node image.webp

2. Since this code works, is it possible to bring the image after the node title instead before? If yes, what should I change with these codes..

Code:
.nodeList .node_146 .nodeTitle:before {
content: url('http://pinoyexpatforum.com/test3/upload/styles/flexile/flexile/ban_ad_304x100.gif');
display: inline;
vertical-align: middle;
padding-right: 4px;
}

Thanks!
 
Back
Top Bottom