CSS {alterar tamanho de títulos e subtítulos}

Procurar pela linha:

@media only screen and (min-width: 64.063em) {

E alterar os respectivos tamanhos de fonte:


@media only screen and (min-width: 64.063em) {
	h1 {
		font-size: 24px;
		line-height: 46px;
	}
	h2 {
		font-size: 22px;
		line-height: 26px;

	}
	h3 {
		font-size: 20px;
		line-height: 26px;
	}
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
	h5 {
		font-size: 18px;
		line-height: 26px;
	}
}

Whatsapp Button works on Mobile Device only

Pesquise no blog