What is the best way to change font size and type in pages? Do you recommend a certain plugin or is it better adding to the CSS? Or any other way thats best.
Hello, Can you please explain your problem with the help of screenshot, where you want to change the font and also share the link of your website, so that we can give you code for that.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6{ font-family:symbol!important; } p, a{ font-family:symbol!important; } Inplace of "symbol" put your font type.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6{ font-size:20px!important; } p, a{ font-size:15px!important; } Adjust its value as per your requirements.