Hello,
Thank you for contacting us!
This can only be done using custom code.
Example code (you need to add class
custom-button).
.custom-button a.ba-btn-transition:hover:before {
background: #333 !important;
border-radius: 10px;
color: #ffffff;
content: "Your text";
display: block;
left: 50%;
line-height: 1em;
padding: 5px 10px;
position: absolute;
top: 0;
transform: translate(-50%, -100%);
}
Best Regards,
Vyacheslav, Balbooa Support Team