Hiding button text is simple. Just go to Zoomsounds > Settings > Appearance and in Extra Styling enter:
.btn-zoomsounds>.the-label{
display:none!important;
}
If you would like to hide the text LIKE from the like button, just enter this in Extra CSS:
.btn-like>.the-label{
display:none!important;
}
Leave A Comment?