• Hello All. I have a programming background but this is my first foray into WordPress and web programming in general. When I am on the “Edit Page” page and formatting a page, there are buttons for Bold and Italic and many other formatting-type buttons, but none to change the font type or font size. Do I really have to format font type and font size in code somehow? Or set them up in a page template? Any replies are greatly appreciated, thanks for helping me get started!

Viewing 1 replies (of 1 total)
  • You can change the CSS or I have used the HTML Style feature and it has worked or me.

    <p style=”font-family:arial;color:red;font-size:20px;”>A paragraph.</p>

    Make sure you use the HTML editor to enter this.

    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘Newbie question — formatting of pages’ is closed to new replies.