
-
AuthorPosts
-
March 9, 2015 at 3:06 pm #408128
Hello,
I have some troubles while styling a booking engine form in a new site (test version).
First of all I want to say that this css style work well with another wordpress theme (Genesis).
I tried to insert it in the “style” file of Enfold child, custom css and quick css but this code still does not work.
Can you help me ?Jean-daniel
March 9, 2015 at 3:13 pm #408135Hey jean-daniel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { display: grid !important; }
P.S.: I closed your other topic, please do not create duplicated topics as it is making it harder for us and for other users to follow. We have a queue which goes from oldest queries to the newest ones. Self-posting and duplicated posts will only push your query to the end of the queue :)
Cheers!
YigitMarch 9, 2015 at 3:34 pm #408168Thank you for your reply Yigit,
I do not understand what is this code compared to mine, I insered it in Quick css but it does not work wih the form…
Sorry but did you understood my request ?Regards,
Jean-danielMarch 9, 2015 at 3:40 pm #408177Hi!
I believe i did, you would like to fix the styling of this form, is that correct – http://i.imgur.com/ZlThV95.png ?
If not, please elaborate and if yes, please create a temporary admin login and post it here privately.Regards,
YigitMarch 9, 2015 at 4:02 pm #408197This reply has been marked as private.March 9, 2015 at 4:10 pm #408206Hey!
Please review your website now. This is the code i used in Quick CSS
#reservation_form select { display: inline!important; } #reservation_form input[type="button"] { background-color: #e04b4b; border-radius: 5px; border: 0; color: #fff; cursor: pointer; font-size: 14px; padding: 15px 20px; text-align: center; text-decoration: none; }
Cheers!
YigitMarch 9, 2015 at 4:23 pm #408217Thank you very much for your help!
I have just one last request: is it possible to have less space between lines like for my other website ?
Regards,
Jean-danielMarch 9, 2015 at 4:30 pm #408223Hey!
Please add following code to Quick CSS as well and adjust as needed
div#reservation_form select#AVP_list_nights { margin-bottom: 5px; }
Best regards,
YigitMarch 9, 2015 at 7:21 pm #408372Thank you very much for your help Yigit!
Best regards,
Jean-danielMarch 9, 2015 at 7:31 pm #408380Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
Yigit -
AuthorPosts
- The topic ‘Custom css and Quick css does not work: still waiting for a reply!’ is closed to new replies.