/ all snippets

Resize the Button Icon

This CSS snippet resizes the size of the icon element on the Elementor Button widget

If you don't have Elementor Pro, you can replace the prefix of "selector" with a CSS class you can define yourself. To add the CSS snippet, you can use the HTML widget.

selector .elementor-button-icon{
    transform: scale(2); /* change the number according to preferred size */
}