Comments katyrob started the conversationFebruary 11, 2019 at 3:39pmHi,I can't work out how to change the post title size on my homepage. Is it possible? 2,700PenciDesign repliedFebruary 12, 2019 at 8:06amHi,To change post title size on the homepage, please add more this code to Customize > Custom CSS: @media only screen and (min-width: 481px) { .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 28px; } } Change value 28 on above code to value you want.Best Regards,PenciDesign Sign in to reply ...
Hi,
I can't work out how to change the post title size on my homepage. Is it possible?
Hi,
To change post title size on the homepage, please add more this code to Customize > Custom CSS:
Change value 28 on above code to value you want.
Best Regards,
PenciDesign