Hello Key,
You can use the following CSS code to achieve that. You can add this code by going to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’. Just paste the following code there and click ‘Publish’. Feel free to change 4.4rem to the size you like (e.g. 3.8rem):
/* Remove the category name from category archives */
body.archive.category .mauer-storyteller-archive-title {display:none;}
/* Remove categories from post archives (e.g. the blog home page) */
.post-card .entry-cats {display:none;}
/* Control the font size of post title on post page */
.entry-full .entry-title {
font-size: 4.4rem; /* default 4.4rem */
}
Regards,
Paul
This reply was modified 1 week, 6 days ago by Paul.
This reply was modified 1 week, 6 days ago by Paul.