Support » Plugin: MailPoet Newsletters (Previous) » mailpoet registration form css tyling issue

  • Resolved mentrik

    (@mentrik)


    Hello everyone,

    i have been trying to style the new user registration form and specifically the color of the warning box(eg not correct email) next to the form
    i have found out that the css class for it is .errorformcontent which comes from the file wysija-newsletters/css/validationEngine.jquery.css
    everything works perfect if i change the styling on the file directly but since i want it to be updatable and i don’t want to make the same changes everytime the plugin updates i tried placing the styling in my child theme’s style.css.
    the problem is that that the validationengine.jquery.css overrides my style.css.
    is there any workaround for this, or do i have to change the file every time the plugin gets updated?
    any help would be really appreciated.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I added (.formErrorContent {code here}) as an extra css in personalization and works fine. I do not know why but my changes in child theme css did not work at all on mailpoet.

    Try using the !import CSS clause on all your styling statements, that will override the validation Engine styles.

    Example:
    .wysija_form{ color: black !important;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mailpoet registration form css tyling issue’ is closed to new replies.