Make email form field borders thicker
Author: DS Group
Visited 1101,
Followers 1,
Shared 0
Hi,
Is it possible to increase the thickness of the email form field and submit button borders?
There is an option to make the corners rounded, so I was wondering if there is one to increase the thickness - or is there a code I could add to make the borders thicker.
Thanks,
Posted on the
Hello DS Group,
The form fields and submit button can be customised in Step 1 General Settings > Template Style > Text Style, and Step 3 > Page Creation.
Here is a link to the detailed instructions for version 12 of WebSite X5:
https://help.websitex5.com/en/v12/evo/index.html?stile_testi.htm
https://help.websitex5.com/en/v12/evo/index.html?ins_form.htm
From memory I don't think version 12 had options for border thickness, but I don't have it installed at the moment to check.
Hopefully someone else will confirm shortly one way or the other, and if necessary perhaps supply some CSS code for you.
Kind regards,
Paul
Search the WebSite X5 Help Center (multilingual)
Hello.If you don’t find the button settings, then send a link to the page of the site with the form.Perhaps I will give you CSS styles to help.
Author
Hi Alksej,
Here's the page with the form. Yes ther is no settings for border thickness in the styles. But were would you add the code for the form?
http://excelestates.org.uk/contact-us.html
10px - borders thicker. "But were would you add the code for the form?" - You can add this to the page properties. Here is a video tutorial.
<style>
#imObjectForm_5 input[type="submit"], #imObjectForm_5 input[type="reset"], #imObjectForm_5 input[type="button"], #imObjectForm_5_next, #imObjectForm_5_prev, #imObjectForm_5_submit, #imObjectForm_5_reset {
border: 10px solid #000;
}
</style>