How to change font size for your Page/Post Titles

Support Area Forums Selfie How to change font size for your Page/Post Titles

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.deniskanphotography.com/
  • Author
    Posts
  • #20816
    DenisK
    Participant

    I have a question about Heading size in Selfie Theme. I like my Page or Post Title Heading, but i would like to change the size of it or play with different sizes to see which one I like.

    Could you please guide me in the right direction?

    Thank you.

    #20817
    Bill Robbins
    Moderator

    Good Morning Denis,

    Great question there. You can change the font-sizes of the page and post titles. Here’s how:

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

      The top one is the size of the post titles in the blog archive. The second one is for your page and post titles on single pages/posts.

    3. Update your settings.

    If you run into any questions, just let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change font size for your Page/Post Titles’ is closed to new replies.