1. How do I change the font size of the content of my pages? (not the h1, h2, h3 but the text)? 2. How can I change the font size of the three home page feature items?
Hello, 1. The content of the page i written in "H1 and H2" tags. Please send the screenshot where you want to change the size of the text so that we can give you the exact solution 2. Fore your second problem put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .main-content .page-item p{ font-size:20px; } This will solve your problem. Thanks.
Hi Harmeet, Thanks for the solution for issue #2 I have set the font on size 15 now and it looks great! You ask for a screenshot of the text of issue #1 It concerns the paragraph text on a full width page (also the other pages, by the way). See the attached screenshot. The text I want to change is in the blue circle. You can also see it on my test site here: http://www.presenteerjezelfonline.nl/bizzy/ecover-design/ Thanks in advance, Dirkje
Appearance -> theme options -> styling options -> custom css Code: .fullwidth p { font-size: your font size; } .fullwidth li { font-size: your font size; }