• Resolved rtbethel

    (@rtbethel)


    I looked and don’t see where this question has been asked before.

    How can I adjust the size of the post title font on the post page. The large font that is over the header image with the translucent background.

    Also want to do the same on portfolio project titles on the project pages.

    Thanks,

    http://www.goodislandliving.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello!
    I’m looking at your site now…

    Copy this code into your Custom CSS to adjust the title font size:

    .archive .site-content .entry-title, .search .site-content .entry-title {
    font-size: .75em;
    }

    Let me know how that works!
    Brenda

    Thread Starter rtbethel

    (@rtbethel)

    Hi Brenda, thank but that’s not changing anything. I added to my css editor.

    Are you referring to the text that slides in over the top of each photo? Or are you talking about the title “snippet” “Island Life” etc that would be above each group of photos on each page?

    Thread Starter rtbethel

    (@rtbethel)

    The title with the transparency.

    Thread Starter rtbethel

    (@rtbethel)

    Aha! Thank you for the image…that helped narrow it down!

    Ok, try this & see if this looks better. Place in your Custom CSS:

    .has-thumbnail .entry-header .entry-title {
    line-height: 0.25;
    font-size: 1.5em;
    }

    Let me know how that works!

    Thread Starter rtbethel

    (@rtbethel)

    PERFECT!!! Thanks so much!!!!! That did the trick.

    Oh Wonderful!! You are very welcome!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Post Title Font Size’ is closed to new replies.