Circle Icon Body Copy / Vantage Headline Font Size
I’m needing to be able to create a paragraph break in my copy under the circle icon. As you can see on the homepage, the copy blocks have become very dense. Is there a better way to do this? Perhaps combine a text block with a circle icon? I’d like to be able to format it more, adjust spacing, etc.
On a different point, I am wanting to increase the size of the font of the subheading on the Vantage Headline widget. How can I do this?
Thanks a ton,
Sally
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Sally,
To increase the size of the font of the subheading, navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/*You can modify the size in px*/ .widget_headline-widget h1 { font-size: 30px !important; }To format more the content, you could try installing and inserting the Visual Editor widget: http://wordpress.org/plugins/black-studio-tinymce-widget/ which will give you an editor to work with in Page Builder.
Try that out and let me know the outcome
Cheers
Thanks. I was able to get the code inserted, but it only applies to the primary headline, not the sub-head (the part below the line). The sub-head is what I need to change.
Visual Editor worked fine, thanks.
Hi Sally Lee
Am not sure whether I got you right there. Try this out navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.srp-post-content { font-size: 16px !important; }Cheers
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.