WebSite X5Help Center

 
DS Group
DS Group
User

Make email form field borders thicker  en

Автор: DS Group
Просмотрено 991, Подписчики 1, Размещенный 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,

Размещено
4 Ответы
Paul M.
Paul M.
Moderator

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)

Читать больше
Размещено От Paul M.
Aleksej H.
Aleksej H.
Moderator

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.

Читать больше
Размещено От Aleksej H.
DS Group
DS Group
User
Автор

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

Читать больше
Размещено От DS Group
Aleksej H.
Aleksej H.
Moderator

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>

Читать больше
Размещено От Aleksej H.