Is it possible to change the default font? Also, is there a way to change the size of the font for the text used on pages? Thank you. Robert
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6, p, a{ font-family:symbol!important; } p{ font-size:16px!important; } Inplace of "symbol" put your font type.