Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849684

    Parisa
    Participant

    Hi,

    I have a footer widget for email subscription form and I want to change the title font size, place it to the center and right above the email bar. (reduce the space under the title.)

    Link to my website: http://pargojewelry.se

    Thank you for your help,
    Parisa

    #849720

    Parisa
    Participant

    I have another question about the email form as well. After subscribing to my list, the subscriber gets an email for confirmation and a coupon code for 10% discount. But I did not made this setting and also the coupon code doesn’t work at the check out. It gives an error of invalid code.
    I would appreciate if you help me to figure this out.

    Thank you.

    #849979

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .widget_x_email_form h4 {
        color: #ff0000;
        font-size: 200%;
        text-align: center;
    }
    
    .widget_x_email_form .x-section {
        padding: 0 !important;
    }
    

    With regard to email confirmation, please log into your MailChimp account and then check.

    Hope that helps.

    #850203

    Parisa
    Participant

    Thank you very much for the CSS.
    About the email confirmation, I have been trying to find the settings in MailChimp but I haven’t managed yet. Do you mind giving me some hints?

    Thanks,
    parisa

    #850318

    John Ezra
    Member

    Hi Parisa,

    Thanks for writing in! Any automated emails using MailChimp is set on your MailChimp account. This is something that is managed from your MailChimp Dashboard. It is not something that you can fix on X’s end as we are only handling integration and forms.

    Please check your MailChimp settings. It would be best to check MailChimp’s Knowledge Base as well.

    http://kb.mailchimp.com/lists/signup-forms/create-signup-forms-and-response-emails

    Hope this helps – thanks!