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

    hello there I am trying to achieve a custom form for malchimp.

    I am sending the source and the page I created so far in the private content. Thanks

    #1271408

    Hey studiono,

    This may be possible, but goes beyond the scope of support here in the forums. You would need a freelancer to complete this task.

    Best regards,
    Jordan Shannon

    #1271516

    hey jordan thanks for the reply I just need help for the css modification to achieve the line of text instead f the boxes in the form… do you think it is that hard? I received help for things like that before, here :)

    #1271729

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2 input {
      border: none;
      border-bottom: 2px dashed #000;
    }

    Best regards,
    Rikard

    #1271770

    Great Rikard, it works – thanks! How can I put the label of the text input on the left side and not on top? thanks again

    #1271795

    Hi studiono,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top.page-id-2 .form_element {
        display: flex;
        align-items: flex-end;
    }
    
    #top.page-id-2 label {
        margin-bottom: -2px;
    }
    
    #top.page-id-2 #element_avia_1_1 label {
        width: 190px;
    }
    
    #top.page-id-2 #element_avia_2_1 label {
        width: 290px;
    }
    
    #top.page-id-2 #element_avia_3_1 label {
        width: 90px;
    }

    Best regards,
    Nikko

    #1271797

    thanks nikko you are great – it worked. I will work from here for further customizations

    thanks again!

    #1271816

    Hi studiono,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘custom css for a mailchimp form’ is closed to new replies.