Pagination buttons all show a chevron
-
Hi There, since the latest update the pagination buttons on Strong Testimonials have all changed to a chevron SVG image instead of a FontAwesome circle character.
Please see the 2 Testimonial sections on the attached page.
The CSS code shows:
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
content: “”;
-webkit-mask: url(//happykidsdental.co.uk/wp-content/plugins/strong-testimonials/public/css/../svg/chevron-circle-left-solid.svg) center center no-repeat;
mask: url(//happykidsdental.co.uk/wp-content/plugins/strong-testimonials/public/css/../svg/chevron-circle-left-solid.svg) center center no-repeat;
display: inline-block;
color: #999;
background: #999;
cursor: pointer;
font-size: 12px;
width: 18px;
height: 18px;
text-align: center;
}The page I need help with: [log in to see the link]
- The topic ‘Pagination buttons all show a chevron’ is closed to new replies.