This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page Builder with Contact Form 7

Resolved 5 replies pluginplugin-page-builder
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi
I’ve created contact form on my page:
http://xpressyourself.eu/contact/
Do you have any idea why there are no visible stripes/frames for fill in?
also there is a header just above “your name” section and it’s white colour of font…

I’ll be appreciate for help

P

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi

    We have unfortunately seen this hassle with Twenty Fourteen before. The theme’s widget’s all have black backgrounds and all Page Builder content gets inserted via a widget but on a white background, hence the white border form fields you have here.

    Head to Jetpack and click the Custom CSS Configure button, then insert the following:

    /* Input fields */
    #primary .widget input,
    #primary .widget textarea {
    	border: 1px solid rgba(0, 0, 0, 0.1);
    	border-radius: 2px;
    	color: #2b2b2b;
    	padding: 8px 10px 7px;
    }
    #primary .widget textarea {
    	width: 100%;
    }
    #primary .widget input:focus,
    #primary .widget textarea:focus {
    	border: 1px solid rgba(0, 0, 0, 0.3);
    	outline: 0;
    }

    That should resolve the Twenty Fourteen Page Builder form field issue.

  2. Patryk Ża-ek 11 years, 10 months ago

    thanks for fast reply, but why Jetpack, if I use CF7?
    when I go into plug-in editor, which file should I choose to edit?

    regards

  3. Andrew Misplon Staff 11 years, 10 months ago

    This CSS snippet isn’t specific to Contact Form 7, it’s just a set of helper styles for any form fields within widgets, within your main content area. If you insert it it in style.css it will be overwritten the next time you update your theme. So you need to either insert it into a Custom CSS module, like the one in Jetpack or use a standalone Custom CSS module like Simple Custom CSS: http://wordpress.org/plugins/simple-custom-css/ OR put these styles in the style.css of a child theme.

  4. Patryk Ża-ek 11 years, 10 months ago

    Thanks, it works!
    fortunately I use child, so make it in few sec
    great and patient support ;)

  5. Andrew Misplon Staff 11 years, 10 months ago

    Super, glad we were able to help!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread