Hi, I would like to change the font size of the paragraphs, but only on the pages (i.e., not the footer, nor the main page). Is it possible? Thanks in advance!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content_wrapper p { font-size: 15px; } In place "15px" you can put your font-size. This will solve your issue.