2 Responses
  1. Janice Weaver Reply

    Love the Themebeez Fame child theme. Just one question…

    Can the header font be changed?

    • If you wish to change the site title, the easiest way is to upload an image logo.

      Otherwise you need to add this styles in Custom CSS via Customizer, or in the child’s theme style.css

      .site-title {
      font-family: "Your Font",serif;
      }
      

      for example

      .site-title {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      

      If you want to add a custom Google Font, it’s possible also, but just for one tile it’s not recommended, because of page load speed.

Questions & Answers