Hi Your default font size for "p" and "a" is 13px. I would like to change it to 15px. I want all the body text changes to 15px (ol, li, ul, i, link, b-quote etc). Thank you. R.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: p,a{ font-size: 15px ! important; } body,div,ol, li,ul,span,blockquote{ font-size: 15px ! important; } This will solve your issue.