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

    Hi there,
    Really appreciate all the expertise on this forum!!

    I’ve been reading through the forum, but have gotten myself totally confused! I have a mailchimp form on my webpage (link below – form on right hand of website page). I am trying to do two things:
    1) have the both items of the form align right
    2) make the button white with grey text

    I know that I need to add something into the quick css, but am not sure how to call the elements.

    Thank you!!!

    #1023735

    Hey SileeBailey,
    To make the button white with gray text, Please try this code in the General Styling > Quick CSS field:

    #top.page-id-320 .av-custom-form-color.av-light-form.avia-mailchimp-form .button {
    background-color: #fff !important;
    color: gray !important;
    }

    To float the elements to the right, Please try this code in the General Styling > Quick CSS field:

    #top.page-id-320 .avia-mailchimp-form #element_avia_0_1 {
    float:right !important;
    }
    #top.page-id-320 .avia-mailchimp-form p.av-last-visible-form-element {
    float:right !important;
    }

    Best regards,
    Mike

    #1023771

    Thank you very much for your help Mike.

    I copied and pasted the code into the Quick CSS under General Styling but it doesn’t seem to be changing the mailchimp form. Would you have any other recommendations?

    Thank you again!

    #1023896

    Hi,
    It has changed for me:
    2018-10-19-063341
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1024193

    yay!!!! Thank you so much!!! :D

    #1024235

    Hi,
    Glad it’s working for you, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1024248

    Yes, no problem to close.

    Thank you again!!

    #1024249

    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mail Chimp Form Align Right’ is closed to new replies.