Customize popup window

After clicking the ‘Learn More’ button, a popup window appears. I would love to have more control over its appearance—such as the option to hide the picture, additional formatting options for the title and description, and most importantly, the ability to adjust the popup’s aspect ratio. Currently, the popup feels too large and overly vertical.

2 Likes

Hi there, @Lucia_Smotlakova and welcome to the Community :waving_hand:

Thanks for sharing your idea!

I agree that it would be awesome to have these options right in the setting and we’ll try to consider it in the future updates.

I see that you’ve already used the CSS code to hide the image in popup and adjust its height and width.

To change the font settings of the title and description, please use the codes below :slightly_smiling_face:

[class*="Popup__PopupContainer-sc"] .es-event-card-content-title {
  font-size: 10px;
}

[class*="Popup__PopupContainer-sc"] .es-event-card-content-text {
  font-size: 10px;
}
1 Like