Hover Color Change For Transparent Image

Hi, I was wondering how I could get transparent images (that kook like icons) to change color when someone hovers over them.

Hello Daniel,

Thanks for writing in!

Are you referring to this one?

The colors can be changed in X > Theme Options > Typography > Site Links. You can change the link color and the link hover color as well.

And if you want to change the icon color, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.entry-thumb:before {
    color: red;
    background-color: green;
}

Feel free to change the colors to your desired color that fits your site design.

No, I mean something like this, see how the transparent (more like an icon) has turned white when hovered over?

Hey Daniel,

Did you already set up the these icons in your site? Would you mind providing us the url of the page so that may we can provide a resolution to your issue?

Thank you in advance.

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