Hi,
There maybe conflict with your theme too or CSS override.
First of please give a live link so I could check out the problem.
Hi yes, it looks like its the theme. I switched to one of the WP themes and the hover works as intended… is there anyway to figure out what the conflict is?
the page in question is: http://tlccreative2.tlchosted.com/, scroll down to team. the last image is set using your plugin.
thank you!
Hi again,
You need to add this CSS to your site. (You could use Customizer for that).
.amoteam-member-hover-icon {
z-index: 1;
}
It will fix the issue.
Also I think there is a possibility for such bug on other themes, so I’ll include this fix in the next update.
Ah yes that fixed the icon! Is there a fix for the color overlay on hover too?
thank you! 🙂
Combined with the previous piece of code.
.amoteam-tiles__item .amoteam-member:hover:before,
.amoteam-member-hover-icon {
z-index: 1;
}