I figured out why I didn't have the same configuration options in my theme as others. Turns out blogger has a completely customizable theme configuration engine (mind blown). You can define variables and metadata about them in your HTML code and then blogger will scan the code and build a dynamic UI for you to tweak it.
Details are here: https://www.freshtechtips.com/2021/09/blogger-blogspot-template-custom-variables.html
My issue was that there was no way to style the fonts for the different heading types in blog posts:
The lesser headings turned out to be bigger than the major ones. This turned out to be a bad CSS rule, but still its good to be able to change it.
So now my headings look like this:
Major Heading
Heading
Subheading
Minorheading
Paragraph
Normal
No comments:
Post a Comment