Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #547441

    Hi,
    Thanks for letting us having MailChimp in Enfold.
    I have some Style problem with that by the way:
    1> As you could see in my website, I have embedded the MailChimp at the end of my home page with your page builder. But some how the fonts are in white color and I can not even see the “Subscription” button.
    2> When the “Hide Form Labels” is not enabled, the height between the lines gets too much! And it doesn’t seems to be fixed easily via page builder.
    3> Plus, it seems that we don’t have any control over the form you’ve designed. Because I can’t find any way to change the color of the form.
    And I wish I could change the “subscription” button too, its too ugly.

    Thanks in advance

    #547697

    Hey Sadegh!

    I have just checked your mailform at the bottom, and there is a black button and the text form looks correctly.
    have you managed to solved it?
    If not, can you show us a screenshot of the issue?

    Regards,
    Basilis

    #547840

    Hi Basilis,

    Yes I did, thanks. But my problem with the style is still exist on this form:
    > You could see the black button is not aligned in center and plus, I can’t find any way to change the color of the button.

    Thanks in advance

    #548066

    Hey!

    You can change the button background color with the following css:

    .modified_width .button {
        background-color: #eb6eb6 !important;
    }

    However the button appears to be centered on my end:

    View post on imgur.com

    Cheers!
    Dake

    #548586

    Thanks, it worked.
    Just the last question for this part: how can I change the size of this button? (to make it a bit smaller actually)

    Thanks in advance

    #548947

    Hi!

    You can adjust the width of your button with the below css:

    .modified_width .button {
        width: 80% !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    Cheers!
    Dake

    #549528

    Thanks Dake,
    It all works.

    Cheers!

    #549822

    Hi!

    You’re welcome, glad we could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘MailChimp Style Problem’ is closed to new replies.