contact form css

Hi Support,

Kindly advise what is the css used for contact form 7?

we are now using gravity form plugin, but the form design did not appear as contact form 7 design.

current contact form 7 design: http://prntscr.com/chddjf
current gravity form design : http://prntscr.com/chddww

Kindly advise as soon as posible.

Comments

  • Hi,

    could you explain what exactly you want to achieve? Not sure what you are talking about.
  • hi.
    im using gravity form.
    and i need help to style the gravity form (styling compatibility between this theme and plugin).

    gravity form is avalaible here: http://mindatrafik.com/fas/enquiry-form/ 

    - How do we change the color of the contact form fields? On white backgrounds visitors cannot see the field to use it. This is also affecting our gravity forms they are defaulting to a white entry field.
    - we would like to have the styling, just like how it look in the contact form7 style.


    contact form 7 is being use here: http://mindatrafik.com/fas/contact/ -> in the footer section


  • and i also need your help to add css for all input : textbox, textarea, radio, checkbox, html button, etc… for gravity form in the theme?
  • BeTheme was never compatible with Gravity Forms plugin and we can not customize theme files just for your needs. The only css we can give is to add the borders but the whole rest requires lot's of changes in files.
    .et_divi_builder #et_builder_outer_content .et_pb_module input { border: 1px solid #000 !important; }
    But if you want to customize more of these elements, then please take a look at http://themes.muffingroup.com/betheme/documentation/#theme-customizations where it was explained how to customize elements.
  • Gravity Forms is one of the most powerful and useful form plugins out there. I use it on almost every site I build. I realize it's impossible for a theme developer to ensure compatibility with thousands of plugins, but I'm surprised that such a well-regarded theme has this conflict with such a widely used plugin. Are there any plans to fix this?

    I also tried Ninja Forms, and had the same problem - the Theme Options section turns blank when a form plugin is active.

    Contact Form 7 is simply not robust enough for my client's needs. What can you recommend that will work?
  • @PivotComm Your issue is related with limits on server side and has nothing to do with the theme. There is 3 possible reasons why Muffin Options might be empty on load (blank):

    - PHP version - Wordpress, since version 4.5, requires minimum PHP 5.6. So if your version is older than 5.6, you need to contact with your admin/hosting provider because it need to be updated.
    - Memory Limit - the more plugins you have enabled, the more resources your WordPress instance will consume. So if this is happening, you need to contact with your admin/hosting provider to increase this limit.
    - Suhosin extension - if it’s installed on your server, it could bring the issues as well because the limits for Suhosin are usually different from the general one.
Sign In or Register to comment.