Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Pagination buttons all show a chevron

$
0
0

Replies: 0

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;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles