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.

Change font familly at widgets

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,
I use Page Builder at my site and the text widges don’t display the standard font familly and size of my theme settings. How can I change the font familly and size at the individual widgets or how can I manage that the widgets get the same font familly and size as the default theme font familly?
Thank you!
Pieter

URL: http://www.koopmansgezondheidsrecht.nl

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Ptrkpmns

    Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.

    https://siteorigin.com/about/forum-thread-prioritization/

    Because it’s been a while since you posted this, would you mind letting us know if you still need help? If so, we’ll jump right in.

  2. ptrkpmns 10 years, 4 months ago

    Hi,

    The problem isn’t solved so can you please help me?

    Thanks!

  3. Andrew Misplon Staff 10 years, 4 months ago

    Thanks for extended wait. Expecting widgets to only be added to regular theme widget areas, your theme is adding styles that set font size, color and padding. To counter those, add the following to a Custom CSS plugin:

    /* Page Builder */
    .panel-grid-cell .widget p, 
    .panel-grid-cell .textwidget, 
    .panel-grid-cell .widget {
        padding: 0 3px;
        font-size: 13px;
        color: gray;
    }

    Change the values as required. The above are the defaults so they will need to be changed.

    If you don’t have a Custom CSS plugin installed, try: https://wordpress.org/plugins/so-css/. Once activated, go to Appearance > Custom CSS and insert the snippet I provided above, then edit the values as required.

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