Home>Support>Custom Font
  1. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 months ago Derek Stratton

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

  3. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 months ago Derek Stratton

    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. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 months ago Derek Stratton

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

  7. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Not a problem, glad we could help.

  8. 10 years, 4 months ago Derek Stratton

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

  9. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 months ago Derek Stratton

    Thanks!

  11. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More