Hello, Two questions: 1. What is the default font size for pages/posts? 2. How do I adjust this Globally? Thanks.
Hello, 1.The default font size is 13px. 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p{ font-size:15px!important; } Adjust its value as per your requirements.