change font and size of page title

  • I have publisher theme and want to change the font of just the page title. Right now it is set the same as my homepage header title. I also would like to make page title smaller. please help

    The blog I need help with is: (visible only to logged in users)

  • Hi there, since you are using custom fonts, we need to include the active font class along with the normal CSS stuff to change the font size I’ve also included the .page body class so that this change is only applied to static pages such as your about page. Add the following CSS and adjust the font size as desired. 80px is what it is now.

    .wf-active .page .entry-header h1 {
        font-size: 80px;
    }
  • The topic ‘change font and size of page title’ is closed to new replies.