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.

Replies

5
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi David

    You can change the page title size under Appearance > Customize. If you need further control over sub-headings we’ll need to use Custom CSS:

    /* Vantage Heading Styles */
    .entry-content h2 {
    font-size: 18px;
    margin-top: 0;
    }
    .entry-content h3 {
    font-size: 16px;
    margin-top: 0;
    }
    .entry-content h4 {
    font-size: 15px;
    margin-top: 0;
    }
    .entry-content h5 {
    font-size: 14px;
    margin-top: 0;
    }
    .entry-content h6 {
    font-size: 13px;
    margin-top: 0;
    }
    /* Headline Widget */
    .widget_headline-widget h1 {
    font-size: 22px !important;
    }
    .widget_headline-widget h3 {
    font-size: 20px !important;
    }
    .widget_headline-widget h3 {
    font-size: 18px !important;
    }
    /* Footer */
    #footer-widgets .widget .widget-title {
    font-size: 14px !important;

    Insert under Appearance > Custom CSS and edit as required:

    Ref: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  2. Linus 11 years, 8 months ago

    Why should we set font size in pixels? Shouldn’t em sizes be more responsive?

  3. Andrew Misplon Staff 11 years, 8 months ago

    The same CSS selectors apply if you’d prefer to use ems or rems. They are are responsive if users set a different than normal text size for their browser. Vantage already contains a fair amount of px’s though so it wouldn’t be a big issue if you set these headers in px.

  4. seaneo 11 years, 8 months ago

    Hello,

    As per this thread, I added the below CSS:

    /* Footer */

    #footer-widgets .widget .widget-title {
    font-size: 14px !important;

    ..but it only changes the font size of the title of the footer. What could be the coding to change the actual content text of the footer?

    I didn’t try any of the other code in the above post, like the .entry-content-h2 because I don’t understand what all those H numbers are for or what they will affect – what do they affect?

    Many thanks

  5. Andrew Misplon Staff 11 years, 8 months ago

    Hi seaneo

    Please open a new thread and I’ll be happy to assist.

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