How to hide text from bottom buttons / make buttons shorter

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

Was this article helpful?

Related Articles

Leave A Comment?