Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #408135

    Hey 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!
    Yigit

    #408168

    Thank 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-daniel

    #408177

    Hi!

    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,
    Yigit

    #408197
    This reply has been marked as private.
    #408206

    Hey!

    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!
    Yigit

    #408217

    Thank 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-daniel

    #408223

    Hey!

    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,
    Yigit

    #408372

    Thank you very much for your help Yigit!

    Best regards,
    Jean-daniel

    #408380

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Custom css and Quick css does not work: still waiting for a reply!’ is closed to new replies.