Hello, I love the Sweet Date Theme, I unfortunately am not using it for the intended purpose so I’m having to heavily modify it. One of the things I had to do was get rid of the floating heart Icon that pops up when you mouse over a testimonial “stories from our sweet lovers section” as it would not make sense for my purpose. Couldn’t find anything on the support forums here, or couldn’t find any option for it. So I looked up the selector, and entered this into my custom css plugin.
}
.carousel-stories a.imagelink .read, .circle-image a.imagelink .read {
display: none;
}
Worked great, I hope this helps someone else in the future.