Viewing 1 replies (of 1 total)
  • So, you want to resize the title to a different size for each post? I don’t know of a plugin that does that, but you can use a bit of Custom CSS code for this. It will require a few steps every time you want to modify a title though.

    1. Grab the Post ID
    2. Change the ID and font size in this code
    #post-1234 .entry-title {font-size:14px;}
    3. Paste it into your theme’s Custom CSS box

    You’ll need to do this for every post though. Hope this helps, David!

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a Plug-In to Resize Individual Post Titles?’ is closed to new replies.