In an
earlier post
, support provided a fix for a user with this problem. I have the same problem, could you post the code changes here and I can place them on my site.
The cursor changes to a "hand" when the user moves the pointer over the "Load more" testimonials button, but not when the user moves the pointer over the "Add" testimonials button, but it should. That was the issue described in the posting I referenced above. I've attached an image to show what I mean. Please use the site credentials I provided a little while ago in a PM message for another issue with Testimonials, on the same page.
Hi Elieen,
Sorry for the late reply
Please go to formstyle.css file(component/com_jux_testimonial/assets/css)
add css
.testimonial-div a#btn-open, .testimonial-div label{
cursor: pointer;
}
Hope help you!
Thanks!