Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1185314

    Hello!

    Is it possible to style the main enfold contactform by quick css like the entry fields for the text are for example two in one line?
    You see an example of the Contact form in Link attached. Is that possible to make with enfold contact form or needer a special Contactform like gravityform plugin as well?

    Thanks for you answer.
    Best regards
    topnetat

    #1185395

    Hey topnetat,

    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

    
    .main_color input[type='text'], 
    #top .main_color input[type='input'],
     #top .main_color input[type='password'],
      #top .main_color input[type='email'],
       #top .main_color input[type='number'],
        #top .main_color input[type='url'],
         #top .main_color input[type='tel'],
          #top .main_color input[type='search'], 
          #top .main_color textarea, #top .main_color select {
        border: 1px solid #6d6b76;
        border-radius: 3px;
    }
    
    

    It looks it is the Gravity form already.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1186116

    Thank you! Its working well!

    #1186377

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1188389

    You can close it thank you very much!

    #1188633

    Hi topnetat,

    Great :) We are closing the thread.

    If you need further assistance please let us know ina new one.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contactform inline fields possible?’ is closed to new replies.