Changing the size of the font on the full width page - How could I change the size of the font I type?
Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .fullwidth p { font-size:20px; } You can change the size according to your requirement. This will solve your problem. Thanks.