Hi there How do I alter the font sizes? Especially the body copy, which is very difficult to read! Cheers
Hello, Could you please specify your issue with the help of screenshot images that which text font you want to alter.
Font size for body copy is too small and I'd like to increase the size. I have attached a screenshot as requested from http://www.simondavies.com/about Thank you.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar h2 { font-size: 30px; } .content-bar p { font-size: 15px; } You can change the value of "font-size" as per your requirement. This will solve your issue.