Tagged: wpforms
-
AuthorPosts
-
June 10, 2019 at 10:05 am #1108778
I created a basic contact form using WPForms – however, the appearance is different from what I see in the edit window of WPForms and the actual page of the form.
Differences are :
– Font size and style
– Asterisk color
– There should be no space between boxes and label textHow it appears in the edit window of WPForms
https://www.mocosbikehire.jp/wp-content/uploads/2019/06/スクリーンショット-2019-06-10-16.48.45.pngHow it appears
https://www.mocosbikehire.jp/wp-content/uploads/2019/06/スクリーンショット-2019-06-10-17.01.39.pngWhat can I do to display the form as it appears in the edit window?
June 11, 2019 at 4:26 am #1108982Hey Ryuichiro,
Thanks for the screenshots, could you post a link to where we can see the actual form as well please?
Best regards,
RikardJune 13, 2019 at 2:01 am #1109635Hi Rikard
I sent you the links via private content box – can you please confirm if you received it because I am unable to confirm from my side.
Thanks a lot!Ryuichiro
June 13, 2019 at 7:36 am #1109769Hi Ryuichiro,
I can’t see anything in private unfortunately, could you try sending them again please?
Best regards,
RikardJune 13, 2019 at 2:12 pm #1109865This reply has been marked as private.June 13, 2019 at 8:36 pm #1110068Hi Ryuichiro,
We cannot see the form, can you please share credentials with us in private?
Best regards,
VictoriaJune 14, 2019 at 1:53 am #1110152Hi Victoria
Credentials in private content.
Ryuichiro
June 14, 2019 at 8:04 am #1110235Hi,
Thanks for that. Please try this in Quick CSS to remove the background colour of the input elements:
.wpforms-container input { background-color:transparent; }
Let us know if you want to change something else.
Best regards,
RikardJune 14, 2019 at 11:29 am #1110279Rikard
I added the Quick CSS but there was no change.
In fact, it is not the background color but the appearance – I will copy the original question sent :I created a basic contact form using WPForms – however, the appearance is different from what I see in the edit window of WPForms and the actual page of the form.
Differences are :
– Font size and style
– Asterisk color
– There should be no space between boxes and label textHow it appears in the edit window of WPForms
https://www.mocosbikehire.jp/wp-content/uploads/2019/06/スクリーンショット-2019-06-10-16.48.45.pngHow it appears
https://www.mocosbikehire.jp/wp-content/uploads/2019/06/スクリーンショット-2019-06-10-17.01.39.pngWhat can I do to display the form as it appears in the edit window?
June 20, 2019 at 3:30 pm #1111967Hi Ryuichiro,
Well, the how it appears screenshot looks better and more uniform than the other one. The spacing is much better and the countries dropdown looks much better.
Do you want the asterisks in red?
Best regards,
VictoriaJune 21, 2019 at 12:49 pm #1112316Victoria
Thank you for reviewing the screen shots.
However, if you can look closely and compare between the 2 screenshots, there is too much space between the box and label text below the box.
For example, I prefer to have
– more space between “NAME*” and the box
– less space between the box and “First”
Same for all the other boxes.Ryuichiro
June 21, 2019 at 9:39 pm #1112434Hi Ryuichiro,
Thank you for clarifying. I see it now, but I cannot login anymore. Can you please update the login token?
Best regards,
VictoriaJune 22, 2019 at 1:02 am #1112470VIctoria
So sorry.
I extended the login for one week.Ryuichiro
June 22, 2019 at 9:51 am #1112542Hi Ryuichiro,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .wpforms-field-container input[type="text"] { margin-bottom: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 22, 2019 at 3:01 pm #1112574Victoria
Thank you very much. The Quick CSS code worked except for the text ‘Country’ – how can I fix this?
Can you please also advise the Quick CSS code for :
1) changing the text right above the box into bold text;
2) increasing the space between the text right above the boxThanks.
Ryuichiro
June 22, 2019 at 9:21 pm #1112629Hi Ryuichiro,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top label.wpforms-field-label { font-size: 1.2em; margin-bottom: 10px; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.