Meta: Font of Blog Post Titles is Now Smaller

The bold-o-vision blog-post titles are now smaller-ized. I decreased the font size from whatever it was [40px on full desktop] to 24px. It saves up space on the page, both in terms of being able to fit more text in a single line, and in terms of the actual size of the font. I will check on various devices and make minor adjustments.

If you have any preferences or observe any issues, please leave a comment here or use the online contact form.

PS: if you have a WordPress website and want to do this to your website, and you are using the WordPress Twenty-Sixteen default theme, the change is simple, add this under “Additional CSS” in the Customizer:

.entry-title {
font-size: 24px;
}

You can change the number to make it smaller or larger.