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.

Circle Icon Body Copy / Vantage Headline Font Size

11 years ago · Last reply by Daniel 11 years ago

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

URL: http://perceptioinc.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 11 years, 4 days ago

    Hi 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

  2. Sally Lee 11 years, 4 days ago

    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.

  3. Daniel Staff 11 years, 3 days ago

    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.

Have a different question or issue?

Start New Thread