Comments 40ep started the conversationJuly 22, 2019 at 1:23pmCan you help me to style the Contact Form please?I have found most things on public tickets except the following two:1. Change the field line colour and thickness2. Align submit button left (instead of right)Thank you![deleted] repliedJuly 23, 2019 at 7:18amHi ep,1— Which areas exactly please? Can you send us a screenshot and the URL of that page? Thanks!2— Please add the code below to your Custom CSS area: .contact-form .button { float: left; } 40ep repliedJuly 23, 2019 at 10:52amThanks Ylli.I want to change the underline (border?) of Name, Email, Message fields. Colour and thickness.I attached a screenshot from your demo. Thanks so much![deleted] repliedJuly 23, 2019 at 11:37amHi ep,That area can be changed in your Custom Skin area (more), but anyway I will send you the CSS code to change that area only.Can you please add the code below to your Custom CSS area: .contact-form input, .contact-form textarea { border-bottom-color: red; } .contact-form textarea { background-image: linear-gradient(red 1px, transparent 1px); } input[type=checkbox], input[type=radio] { border: 1px solid red; }Have a nice day! 40ep repliedJuly 23, 2019 at 12:05pmOhh I didn't realise it was the same border in Custom Skin. Thank you so much for this Ylli.I always appreciate your support :)1 Like Sign in to reply ...
Can you help me to style the Contact Form please?
I have found most things on public tickets except the following two:
1. Change the field line colour and thickness
2. Align submit button left (instead of right)
Thank you!
Hi ep,
1— Which areas exactly please? Can you send us a screenshot and the URL of that page? Thanks!
2— Please add the code below to your Custom CSS area:
Thanks Ylli.
I want to change the underline (border?) of Name, Email, Message fields. Colour and thickness.
I attached a screenshot from your demo. Thanks so much!
Hi ep,
That area can be changed in your Custom Skin area (more), but anyway I will send you the CSS code to change that area only.
Can you please add the code below to your Custom CSS area:
Have a nice day!
Ohh I didn't realise it was the same border in Custom Skin. Thank you so much for this Ylli.
I always appreciate your support :)