In my design file there is this section where 3 steps are shown. My requirement is to make the design exactly like . In this design, the process description will showup upon clicking on the number bubbles and the bubble will be positioned in the middle. I tried looking for all kinds of process plugin but none of them serves the same result. Even if there was some plugin which functionality was somewhat near my requirements, I could’ve customized it through custom css.
So is there any other way/plugin to achieve this?
2
Answers
You can use the Elementor HTML widget and create your own custom element.
You can create a custom elementor widget by using this code with some modifications.
HTML:
SCSS:
https://codepen.io/alvarotrigo/pen/abLgXYj
Thank you