Home>Support>Change font familly at widgets

Change font familly at widgets

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

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

    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. 8 years, 11 months ago ptrkpmns

    Hi,

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

    Thanks!

  3. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More