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.

Font Sizes in Page Builder

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

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

    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.

Have a different question or issue?

Start New Thread