Custom icon button in the match list

Premium Version Only

Show a custom icon on the right side of the match list. One icon only!

Image 76

Go to "FL+ Configurator" >> Match List Display Options >> Custom button image. And select an icon image.

Recommended using an image in SVG format. You can find many free images at https://pixabay.com for example.

Image 77

Then in specific Match in "Premium Options" set parameter "Match List custom button" to "image only". If you select  "image with link" fill URL in "Match List Custom button URL" 

Image 78

How to remove button border

Add this code as Additional CSS to Customizer.

.anwp-match-slim-btn {
   border: none !important;
}