Font Sizes in Page Builder
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
1Hi 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.