Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘size icon button’ is closed to new replies.
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