How can I change size of blog tittle for moblie?

Home page title on mobile is too big. On pc its look all right. How can I fix it?

Hi,

Please use this CSS snippet How to add custom code snippets - HivePress Help Center :

@media only screen and (max-width: 48em) {
	.post__title {
		font-size: 12px;
	}
}

Please note that it can require further customization.

​I hope this is helpful to you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.