Hey Pas7o,
Yes this is possible, please enable custom css class name support and add the class name “icon-xl” to the button with icon.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.icon-xl .avia_button_icon {
font-size: 30px;
transform: translateY(50%);
float: left;
}
Best regards,
Vinay
work, thanks