/ all snippets

Remove Icon on Button Widget

This CSS snippet removes 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{
    display: none;
}