Currently, I am working on customizing a background slider. However, in the CSS file:
span.cbp-binext:before {
content: "\e000";}
The issue I am facing is that I am only getting squares as icons. Is there a way for me to replace these squares with an image (.png) or achieve the same icon style as shown in the example?
You can find the code here.
Best regards, Jason.