Hi Elisa,
We hide the text for the mobile devices based on the UX of the design because in the small mobile device the text shows in two lines. However, you could use the custom CSS below to show the text.
.btn > span + span {
display: block !important;
}
Best Regards,
ThemeLooks Support Team