Upload custom icons

Hey is it possible have two images on top of each other? Am trying to animate my menu that has images, i have two images with different colors. Am failing to place them on top of each other. The other option would be converting the images to icons then that way its easier to manipulate the from the UI by just changing the color.

Hello @Dalubuhle_Lunga

It’s possible in many ways.

  1. Add position: absolute to images, and manage z-index CSS property.
  2. Manage visibility / display CSS property.
  3. Use Visibility Logic to control what image should be shown.
  4. Hard way: Use custom code and render correctly SVF image and manage CSS property fill
1 Like

visibility logic, let me try that out

Let me know if you are stuck with any problems.

Regards, Dima