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.

cannot change default font size using page builder or custom css plugin

10 years ago · Last reply by Matt Hsu 10 years ago

i’m using the pagebuilder on a woothemes theme Canvas. For the most part, things are working pretty well. However I’m running into one baffling issue.

I cannot change the default font size. Canvas has its own settings, and I have adjusted those, but those seem to be overridden by siteorigin somewhere. When I use siteorigin custom css, I cannot make any change at all to the font size of the p text in the siteorigin editor widgets on pages. I have tried adding this code and playing with font sizes manually but it did nothing (I used a big size so I could undeniably see an effect if it worked):

.entry-content p {
font-size: 24px;
}

URL: http://uprighthealth.com/do-it-yourself-programs/

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Matt Hsu 10 years, 4 months ago

    I managed to figure it out. No need to reply. For those with similar troubles, I had to style as follows:

    .widget p, .widget .textwidget {
    font-size: 14px;
    }

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