Quick Fact - no zero & larger font
I want the number "0" to appear with quick facts. Is there a way to do that?
Also, if I want text, I'm to use the heading field. However, the text for the heading is very small, is there a way to make that heading text nice and big like how the numbers render?
Comments
[Links visible only for registered users]
[Links visible only for registered users]
.quick_fact h3 { font-size: 60px !important; }if font is too small then increase the size..quick_fact h4 { font-size: 90px; color: #2991D6; margin: 30px 0; font-family: 'Patua One' !important; }Thanks!