Change Font on blog post title

Support Area Forums Responsive Visual Change Font on blog post title

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://66cities-uk.com/?cat=17
  • Author
    Posts
  • #20434

    How do I change the font and size the the blog post headings..they are t0o large a the moment!

    Sep | 11 | Sun | The City of LONDON | Is There Any Jam?

    #20435
    Bill Robbins
    Moderator

    You can change the size of your post titles. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      h2.title {
      	font-size: 22px;
      }
      
      h1.title {
      	font-size: 30px;
      }
      

      The top style there (the 22px) will be for your post titles in an archive (your full blog page) and the 30px will be for your page/post titles on a single page/post.

    3. Update your settings.

    See if that size is good for you. If not, change the sizes to find the right fit for you.

    Let me know if you have any questions,
    Bill

    #20439
    Bill Robbins
    Moderator

    Always happy to help out. Enjoy your weekend!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Font on blog post title’ is closed to new replies.