Permalink Icon Still Appearing

Hi guys,

I’ve followed your advice here https://theme.co/apex/forums/topic/integrity-remove-hover-over-image-completely/ but the permalink icon is still appearing when I hover over a blog image. How can I stop the permalink icon from appearing? Here’s my site https://blogs.themantic-education.com/ibpsych/.

Thanks

Hi Jamie,

Thanks for writing in! Try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

a.entry-thumb:hover::before {
    opacity: 0;
}

Thanks!

It works! Thanks!

You’re welcome.

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