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
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
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 :)
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
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
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
thanks nikko you are great – it worked. I will work from here for further customizations
thanks again!
Hi studiono,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko