Viewing 1 replies (of 1 total)
  • Plugin Support Ojoma a11n

    (@geraltrivia)

    Hello there @kreed18 ,

    Thank you for reaching out to us.

    The Custom CSS you see within the form (under the “Custom CSS” section) is automatically generated when certain design settings are applied directly in the MailPoet form editor. This can cause the CSS to reappear even after deletion and potentially override the styles you’ve added in the theme’s “Additional CSS” section.

    The easiest way to ensure your custom CSS (added in Appearance > Customize > Additional CSS) takes priority over the MailPoet form’s CSS is by using the !important rule. For example:

    .mailpoet_column_with_padding {
    padding: 10px !important;
    }
    .mailpoet_form_column {
    margin-left: 0px !important;
    }

    By adding !important, your styles will override any conflicting CSS, including the auto-generated styles in the MailPoet form editor.

    Let us know if this works for you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.