Blog Icons, how to create custom images

Hi,
Im trying to upload my own custom image to take place of that Link Icon that appears when you hover over a plog post. As seen on this page: http://longislandshuckingtruck.com/blog/

Ive tried a bunch of css. But nothing is working. How can I achieve this? ive uploaded a small image to take its place. Currently Ive managed to get the link to dispear and now its a Box.

TIA,
Rena

Hi Rena,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area and set the path to your custom image.

.entry-thumb::before {
    content: url(https://www.path.to/image.png);
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.