Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleInfo

MailUp Pop-Up form does not perform style overrides. Therefore, if your site uses CSS styles that are also considered by the Pop-Up, the form may encounter display problems. To remedy this, you can use the HTML block and insert the tags you want to restore. Here is an example:

<style>
.bee-popup-form-option-wrapper input,
.bee-popup-form-option-wrapper select,
.bee-popup-form-option-wrapper textarea , {
-webkit-appearance: revert;
-moz-appearance: revert;
}
</style>

...