Hi,
How do I change my pages text font size? Everything is so small.
1 Answers
Hello Timothymoorejr !
To change your pages text font size, you can log in to dashboard > Theme > Customize. Add the following code :
<style type="text/css">
body.error404 .nav li a {
font-size: 17px;
}
</style>
Regards,
Dominic
Please login or Register to submit your answer