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 and WordPress 2014 Theme

Resolved 3 replies generalpremium
11 years ago · Last reply by Andrew Misplon 11 years ago

I’m still very much on the learning curve for Page Builder and have created a simple page with two widgets – arbitrary text and a list of previous posts. However, the Page Builder elements don’t seem to be inheriting the CSS of the theme (looks fine in Editor mode though) and I can’t find any way to force an override – PB 1.5.3/WP 3.9. Am I to assume that PB is only intended for use with siteorigin themes?

Thanks
Richard

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Technomad

    Twenty Fourteen expects all of it’s widgets to be displayed on a dark background, unfortunately meaning that it’s not quite ready for Page Builder. Below are a set of CSS selectors that can help. Download and activate a plugin like Simple Custom CSS and insert the below into that plugin’s interface. Hope that helps.

    /* Page Builder Twenty Fourteen Primary Content Area Input Fields, Links & Widget Titles */
     
    #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;
    }
    
    #primary .widget a {
    	color: #24890d;
    }
    
    #primary .widget a:hover {
    	text-decoration: underline;
    }
    
    #primary .widget-title {
    	color: #111;
    }
    
  2. Technomad 11 years, 3 months ago

    Andrew, that’s perfect, thanks – Yep, it does indeed look like 2014 assumes you’re not going to be using widgets in entries with a white background. That’s an inheritance model they could do with fixing! Thanks again for your help :)

  3. Andrew Misplon Staff 11 years, 3 months ago

    Super, glad to hear that did the trick! All the best.

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