PenciDesign Supporter replied
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
.sticky-buttons.-medium a .sb-label {
visibility: visible;
opacity: 1;
margin-right: 0;
font-size: 12px;
position: static;
line-height: 40px;
display: block;
margin-bottom: 1px;
}
.sticky-buttons.-right-center .sb-label:before {
display: none !important;
}
.sticky-buttons.-medium .sb-icon {
display: none;
}Regards,
PenciDesign.