Change the background color of error messages

Change the background color of error messages

To change the appearance of system error messages like 'The registration has already ended.' the following CSS has to be added and edited in the design:
  1. .errorMessage {
        background-color: #ed1b2f;
        border-color: #ed1b2f;
        color: #fff;
    }

    • Related Articles

    • Your event website and mailings' design

      Under “Design”, you can customise your website and mailings’ design according to your requirements. To change the design for your event, click on > Design on the left. List view (only available with the PRO version) The default design will be ...