Decrease font size past custom css minumum
-
When I try to apply CSS to the site title to reduce the font size below the allowed minimum range (-10) the font does not change. Is there code I can add to custom CSS that will override the -10 choice in font headings?
The blog I need help with is: (visible only to logged in users)
-
Hi Lisa,
you should be able to reduce the site title if you have the Custom Design upgrade. If so, go to Custom Design => CSS and add:.wf-active .site-title, .wf-active .site-title a {
font-size: 20px; // or the font size you prefer
} -
- The topic ‘Decrease font size past custom css minumum’ is closed to new replies.