Modal with icon and image as toggle

Hello,

Before I give up on this idea :slight_smile: Is it possible for a toggle for a modal to have an image with an icon over top of it? I’m just wondering if that is possible as I noticed in the toggle how to setup a background image but don’t know how I can get an icon element over top?

Thank you!

Hi @fxground,

Thank you for reaching out to us. You can only select one between Image and Icon, selecting both is not possible at the moment, however this could be possible with custom development. While that is outside the scope of support. I’d encourage you to subscribe to our One service If you would like help with customizations like this or 3rd party plugins.

image

Thanks!

Thanks for your reply, i’ve been thinking how to tackle this over the last few days without custom coding. Would it be possible too…

Have a div with an image as the background using the z-index and then have a modal that is just the play button?

Hello @fxground,

You can structure your elements like this:

Screenshot 2023-08-06 at 6.45.25 AM

The Modal element is wrapped with a DIV element. The DIV element will then have to be positioned as Absolute with a 100% width and height while the Flexbox option is being enabled to make sure that the Modal stays at the center.

Hope this makes sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.