No layer on rollover

Hi,

How do you stop an image from showing a layer (skin?) with the link symbol on a rollover?

TIA

Hey Marshall,

Thanks for writing in!

The hover effect is a default with Integrity stack. If you want to remove it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.entry-thumb:before {
    display: none;
}

a.entry-thumb:hover img {
    opacity: 1;
}

Hope this helps. Kindly let us know.

Perfect, thanks!

Glad that we could be of a help :slight_smile:

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