Post titles – how to make type smaller

Support Area Forums Grassroots Post titles – how to make type smaller

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://theskyisnotlimited.org/dev/our-work/
  • Author
    Posts
  • #38153
    wendy Butcher
    Participant

    I’d like to reduce the size of the titles of the blog posts. how would that be?
    AND how do you include a photo or video in the blog page?
    Thanks!

    #38158
    Bill Robbins
    Moderator

    Here’s the CSS for that:

    
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    

    The h1 will be the page/post title on a single page or post. The h2 will be the post title on an archive page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Post titles – how to make type smaller’ is closed to new replies.