Quick Fact Customization

I am building a home page, here:  http://flexu.co/.
I have two needs:
  1. To format the 20,000 so it has a comma in it.
  2. To change the color, font and size of the number and title element so it looks like the quick fact element in your theme, like this: http://themes.muffingroup.com/betheme/
How do I do this?

Thanks.

Comments

  • Hello,
    1. This is not possible with theme options.
    2. You can use this custom css
    .style-simple .quick_fact .title {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    }
    .style-simple .quick_fact .number-wrapper {
    font-family: inherit;
    font-size: 60px;
    line-height: 60px;
    }
Sign In or Register to comment.