Putting an image on top of a button

Hi everyone,

I’m trying to upload an image on top of this button to act as an icon. It keeps either showing the image or the button, not the image on top of the button. I tried sending each layer to the back or front.

The button is within a group
The image is a group set to an image background with a PNG file I uploaded.
I also tried setting an empty group with an image element inside of it, and the same behavior occurred.
I’m trying to just simply have the image over the button and make it responsive.



Instead of using a button element. Use a group element, place the text and the icon inside and have the on click event on the group.

Works great and is responsive. Thanks for the quick response :pray: :white_check_mark:

This topic was automatically closed after 70 days. New replies are no longer allowed.