Loading...
 
Features / Usability

Features / Usability


Huge headings

posts: 126886 United Kingdom

Hi @Volker Wysk

You can change the size of your heading in custom css (in the look and feel control panel for instance), add something like this:

Copy to clipboard
h1 { font-size: 2rem; }

or, if you only need this on some pages you could do:

Copy to clipboard
.cat_small-headings h1 { font-size: 2rem; }

and make a category called small-headings and use that on the "Categories to add as CSS classes to " preference (also found on looks and feel customisation)

Hope that helps
jonny

There are no comments at this time.