Adrian Martinez
asked 11 years ago

Hi, how do you change the default type size in the posts?

Thanks,

Adrian

1 Answers
DominicStaff
answered 11 years ago

To change the default type size in the posts , you can log in to Dashboard > Theme > Customize > General Settings > add the following code in the “Header Script”

 
<style>
.single-post .entry-content > p {
    font-size: ...px;
}
</style>

Regards,
Dominic

Adrian Martinez
replied 11 years ago

Thanks! It worked.

Powered by DW Question & Answer Pro