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, 9 months ago

    Try this:

    /* Text Widget */
    .widget_text h3.widget-title {
    color: #444444 !important;
    font-size: 1.5em !important;
    font-weight: 500 !important;
    margin: 1em 0 !important;
    }
    .widget_text .textwidget p {
    font-size: 1em !important;
    }

    Remove any lines you don’t need. You can change 1em to 16px, so basically em font sizes are changeable for px font sizes. Assumes the use of paragraphs.

  2. Derek Stratton 11 years, 9 months ago

    I’ve tried the code provided but it still doesn’t change the font size. I’m trying to change the paragraph above the form on this page: http://spotlightlocal.net/contact-us/

    Here is the code I’m using:
    /* Text Widget */

    .widget_text h3.widget-title {
    color: #444444 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 1px !important;
    }

    .widget_text .textwidget p {
    font-size: 16px !important;
    }

  3. Andrew Misplon Staff 11 years, 9 months ago

    Edit that widget and at the bottom click the option to insert paragraphs.

  4. Derek Stratton 11 years, 9 months ago

    Ah, perfect! Thank you so much!

  5. Andrew Misplon Staff 11 years, 9 months ago

    For sure, glad that helped.

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