Home>Support>Page Builder with Contact Form 7

Page Builder with Contact Form 7

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 11 years, 2 months ago Patryk Ża-ek

    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. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 11 years, 2 months ago Patryk Ża-ek

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

  5. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More