In this article we will explain how to add a user picture to a modal as below
- Add this code to the top of your modal (using the editor of the modal)
<p class="text-center"><span style="font-size: 18pt;"><strong><img style="margin-left: 25px; position: relative; top: -130px; border-radius: 50px; margin-bottom: -150px;" src="{PICTURE_PATH_HERE}" alt="" width="100" height="100" /><br /> Hello there!<br /><br /></strong> </span></p>
- Create a new theme with this custom CSS:
.#{$classNamePrefix}-modal {
overflow-x: visible !important;
overflow-y: visible !important;
top: 100px}
- Assign the theme to the tour.