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

4
  1. James 11 years, 13 days ago

    looking at your page source it seems there are some additional css attached to the text in page about and you have some lines italic in other pages which i assume are intentional), in the about page have you tried clear formatting, select all the text in the page in visual view click the icon that looks like a rubber to the right of the clipboard with a T in the middle.

    doing this should reset the text for you…

  2. David Fillpot 11 years, 12 days ago

    I added the additional CSS as a way to deal with the expanded footer when I remove comments. I'll remove the additional CSS and see how that impacts font size.

    How do I remove the comments and not have the footer enlarge?

  3. David Fillpot 11 years, 12 days ago

    I removed the custom CSS and no impact on font size. Ideally the fonts should be same size as about

  4. James 11 years, 12 days ago

    Hi,
    on pages the larger font that says the name of the page is a header and is controlled via class H1 tags the page text is controlled via the class entry-content

    You need to clear all you <span styles you have added to your pages text.

    And add this CSS in custom CSS.

    .entry-content {
        color: #000;
        font-size: 20px;
    }

    This way you can change all content fonts size globally.

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