Post Title Font Size

Support Area Forums Progress Post Title Font Size

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://english.irqr.net
  • Author
    Posts
  • #19318
    Avatar photoArsham Parsi
    Participant

    Hi,
    I tried some of your codes which provided to other users but it did not work. I want to make the post fonts smaller but I am not able to do that. May I ask your advice?

    #19321
    Bill Robbins
    Moderator

    Great question. You can change the size. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top of that tab, choose “yes” to include custom styling.
    3. Scroll down to the bottom and paste this in the Custom CSS box there:
      
      h2.title {
      	font-size: 30px;
      }
      
      h1.title {
      	font-size: 34px;
      }
      
    4. The top style will set the font size of your blog posts in the blog archive (where you’re viewing several at once). The second style will set the title size of individual pages and posts. Feel free to adjust those to fit your needs.
    5. Save your changes.

    That should do it for you. If you have any questions or trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Post Title Font Size’ is closed to new replies.