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

11
  1. Andrew Misplon Staff 11 years, 9 months ago

    Hi Derek. Open Sans is there, just head to Appearance > Fonts to choose from an array of free Google Fonts. Apercu and Proxima and premium fonts. If you purchase them you can use them by setting them up under Appearance > Custom CSS.

  2. Derek Stratton 11 years, 9 months ago

    I’m so dumb, I should’ve checked there first haha. Thank you!

  3. Andrew Misplon Staff 11 years, 9 months ago

    Not a problem, lots hidden in the Customizer! If you want to check the fonts out in a nice setting you can head to: http://www.google.com/fonts.

  4. Derek Stratton 11 years, 9 months ago

    Thanks! I got the Open Sans font setup on my site but now it does’t seem like the font color is changing. I want it to be black but it seems like a dark grey. I tried changing it to red just to see if it is working but even then it didn’t change. I’m currently going to Appearance -> Customize -> Fonts -> Content Color. Is there something I’m missing?

  5. Andrew Misplon Staff 11 years, 9 months ago

    Check the font color on a regular page or post with content in the visual or text editors. Right now that setting does only change the “content” font color and doesn’t change widgets. The issue we have with Vantage and Page Builder combined is that font color is set for widgets individually in places, like the circle icon widget for example. You can try something like this under Appearance > Custom CSS to resolve:

    /* Font Color */
    body, button, input, select, textarea, p, h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    }
  6. Derek Stratton 11 years, 9 months ago

    Ah-ha! Worked like a charm! Thank you so much for outstanding customer service.

  7. Andrew Misplon Staff 11 years, 9 months ago

    Not a problem, glad we could help.

  8. Derek Stratton 11 years, 9 months ago

    How can I apply this to ONLY the “Circle Icon” widget?

  9. Andrew Misplon Staff 11 years, 9 months ago

    Here is the full spread of selectors for the Circle Icon, change as required.

    /* Circle Icon Heading Color */
    .widget_circleicon-widget .circle-icon-box h4 {
    color: #3b3b3b !important;
    }
    /* Circle Icon Text Color */
    .widget_circleicon-widget .circle-icon-box p.text {
    color: #5e5e5e !important;
    }
    /* Circle Icon More Link */
    .widget_circleicon-widget .circle-icon-box a.more-button {
    color: #3b3b3b !important;
    }
    .widget_circleicon-widget .circle-icon-box a.more-button:hover {
    color: #dd3333 !important;
    }
    /* Vantage set Circle Icon Widget Icon color */
    .widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] {
    color: #FFFFFF;
    }
  10. Derek Stratton 11 years, 9 months ago

    Thanks!

  11. Andrew Misplon Staff 11 years, 9 months ago

    No problem.

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