Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1020245

    Hello. I applied the following code in order to change the styling of the Mailchimp Signup element. It worked for Mailchimp, but it affected the Contact Form as well and completely messed the Contact Form up.

    .avia_ajax_form .first_form {
    clear: none;
    margin-left: 15px;
    width: 30%;
    }

    I was wondering if you can help me set this code to just the mailchimp form, or provide an alternative option to fix the contact form specifically.

    I also cannot change the background color of the contact form. When I was playing with one of the demos, the socket background changed the background of the contact form. This isn’t the case for me.

    Thank you.

    #1020844

    Hey acelam714,

    Can you give us the page with the MailChimp sign up? The form on the front page is from the plugin not from Enfold.

    Best regards,
    Victoria

    #1020851

    Oh, all the subscription forms and Mailchimp issues are good to go. It’s the Enfold Contact Form that needs fixing. If you go to this section of the site (provided below), you can see that it’s arranged differently. It’s like this because I chose to arrange Enfold’s Mailchimp signup form with the following code. Again, that signup form is fine, but I believe the code altered both forms.

    .avia_ajax_form .first_form {
    clear: none;
    margin-left: 15px;
    width: 30%;
    }

    I was wondering if you can help me set the above code to just the mailchimp form, or provide an alternative option to fix the contact form specifically.

    Thank you

    #1020852

    I would also like to know how to change the color of the form’s background as well. When I was playing with one of the demos, the socket background changed the background of the contact form, but it isn’t working for me.

    #1021716

    Hi acelam714,

    The thing is it is better to adjust the original code that was given for the Mailchimp rather than fight for the contact form. I do not see the sign-up form anywhere, where is it?

    Best regards,
    Victoria

    #1021996

    It’s at the bottom of the post on this page.

    I just dragged and dropped Mailchimp Signup’s element and edited it with the code below

    .avia_ajax_form .first_form {
    clear: none;
    margin-left: 15px;
    width: 30%;
    }

    Is this what you wanted?

    #1021998
    This reply has been marked as private.
    #1022314

    Hi acelam714,

    Thank you, try using the code like this instead:

    
    .avia_ajax_form.avia-builder-el-5.avia-mailchimp-form .first_form {
        clear: none;
        margin-left: 15px;
        width: 30%;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1022461
    This reply has been marked as private.
    #1023200

    Hi,

    You can try adding the below CSS

    #top u:hover {
        color: gold !important;
    }

    https://html.com/tags/u/

    If that does not work for you please share which element have you used the “u” tag so we can provide you with specific CSS code.

    Best regards,
    Vinay

    #1023734
    This reply has been marked as private.
    #1024266

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Editing Mailchimp Signup element changed contact form as well.’ is closed to new replies.