Hi I would like to have the font on the pages larger Can you give me something to add to the custom css please cheers Leonie
Hello, I think your want to change the font size of paragraph and heading text on the pages. For this, paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: p{ font-size: 15px !important; } h2 { font-size: 20px ! important; } You can adjust the value of "font-size" as per your requirement. This will solve your issue.