Home>Support>Font Sizes in Page Builder

Font Sizes in Page Builder

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’m using Page Builder to hold a simple text widget on a page that I’m currently working on. I have it working fine, except I seem to be unable to change the text size of the title and content fields. Ideally I’d like to increase them to H2 and H3 respectively. Is this possible? Switching back to editor only clears my Page Builder Content. I’m very new to WordPress so apologies if this is an obvious one.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Garf

    Thanks for the wait.

    Your theme will control the styles applicable to the h2 and h3 tags in your Text widget. We can, however, target these headings using a Custom CSS snippet. To try this approach, follow these steps:

    1. Install SiteOrigin CSS from PluginsAdd New, search for SiteOrigin CSS, install and activate.

    2. Go to Appearance > Custom CSS and insert the following:

    /* Page Builder Custom Styles */
    .so-panel .textwidget h2 {
    	font-size: 18px;
    }
    
    .so-panel .textwidget h3 {
    	font-size: 16px;
    }
    

    Edit the size values as required. Hope that helps.

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