There seems to be an extraneous bracket in the ::before area. How do I get rid of it?
Site is here
That's coming from your theme. Try adding this CSS to the custom CSS for the review template...
.wprev-slider-widget ul li:before {content: unset !important;}
Perfect - thank you so much!
Customer support service by UserEcho
That's coming from your theme. Try adding this CSS to the custom CSS for the review template...
.wprev-slider-widget ul li:before {
content: unset !important;
}
Perfect - thank you so much!