Try this custom CSS:
.strong-view .wpmslider-viewport { border: 0 !important; }
Thanks Chris, but that did nothing. I am putting it in the Additional CSS portion of my theme. Is this the correct place? I am entering this in a html model using beaver page builder …if that makes any difference.
I had also tried the following:
.strong-view.default .testimonial-inner {
border: 0;
}
.strong-view.default .testimonial {
border: 0;
}
I am not sure if I was supposed to know this …but I have now all of the code below …and the border is finally gone. Is this okay?
.strong-view.default .testimonial {
border: 0;
}
.strong-view.default .testimonial-inner {
border: 0;
}
.strong-view .wpmslider-viewport { border: 0 !important; }
If that works, run with it.