This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How do I customize the mailpoet suscrrtipion form?

Resolved 5 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Tobias

    Try the following under Appearance > Custom CSS:

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

    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. Andrew Misplon Staff 11 years, 3 months ago

    Ahh right. Try the following:

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

    Thats awesome. Thanks again for your help!

  5. Andrew Misplon Staff 11 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread