Home>Support>How do I customize the mailpoet suscrrtipion form?

How do I customize the mailpoet suscrrtipion form?

Hey.
I know that I should actually search help from the mail poet guys, but they were unable to help.
I want to change the color of the suscritpion form on my home page.
I want that the background-color is black and the written in gold.
I put the following code inside th css stylesheet and as well in custom css but I did not work:.wysija-submit-field {
background-color: #000000;}

Do you have any suggestions?

URL: http://www.geschenkedienst24.de

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Tobias

    Try the following under Appearance > Custom CSS:

    /* MailPoet */
    
    .widget input.wysija-input {
    background: #000;
    border: 1px solid #ccc;
    color: #fff;
    }
    
  2. 9 years, 10 months ago Samwer Frederick

    That works really good. but I actually I asked how to change the color of the submit button.
    i tried to change the code moyself but without success.

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Ahh right. Try the following:

    /* MailPoet */
    
    .widget input.wysija-submit {
    background: #000;
    border: 1px solid #ccc;
    color: #fff;
    }
    
  4. 9 years, 10 months ago Samwer Frederick

    Thats awesome. Thanks again for your help!

  5. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More