Change Font of Category Header

  • Unknown's avatar

    How can I make the Category Header Font smaller? For instance, if you go to the “Welcome” category on my webage, the header font is much larger than the other text.

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

  • Unknown's avatar

    To change the font size just for category pages, add this to your Appearance → Custom Design → CSS editor:

    .category .entry-title {
    	font-size: 1.4em;
    	line-height: 1.5em;
    }

    To change the title font sizes for all posts, add this instead:

    .post .entry-title {
    	font-size: 1.4em;
    	line-height: 1.5em;
    }
  • The topic ‘Change Font of Category Header’ is closed to new replies.