How to make an image overlay in Funnelish

Here’s how you can achieve such layout in Funnelish, where an icon goes on top of a container border (same process can work for different elements combinations)

Elements layout

  1. Add your icon image on the top
  2. Add your other elements below (container, text any other element)
  3. Select the icon image and give it -20 bottom margin

  1. Then go to image > advanced and give it z-indexed class:

  2. Ultimately, go to custom codes > css and paste this:

.z-indexed {
z-index: 3 !important;
}

Save your changes :upside_down_face:

1 Like