Hi @jamieford137 this looks like a font conflict with the icon font’s we use in the player.
In order to better assist you with this, could I ask you to send a support request to hello@castos.com, marked for my attention.
Thanks.
Hi Jamie, thanks for sending your support request.
As per our discussion, this is a bug in our current HTML player implementation, which we’re not fixing now, as we’re pushing out a new player in the coming weeks.
So for now it can be worked around by adding the following custom CSS to the Customizer
.icon-box::before {
content: none;
}
Thanks