Increase Font Size in ProductDyno

Add the code snippet below to increase the font size in any theme. 

<style type='text/css'>
 p {     
    font-size:35px !important;
 }
</style>

Enter this code in Product/Collection Manage --> Customize -->  Custom Codes

Click the update button.

Note: the image shows double quotation marks (").  These are incorrect and should be single quotation marks (') as given in the snippet text above

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.