Hi, how do you change the default type size in the posts?
Thanks,
Adrian
1 Answers
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
Thanks! It worked.
Please login or Register to submit your answer