Home Forums Lorina Header text on individual pages/single blog post view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11353
    kristincali
    Participant

    When you click to view a blog entry, the date and title appear on the header image. And when viewing the categories or archives, the title shows on the header image.

    I would like to change the font, size, and color of the titles on my header image but I can’t find that CSS.

    • This topic was modified 3 years, 10 months ago by kristincali.
    #11365
    Andy
    Keymaster

    Use this CSS for the color:

    .entry-header.with-image .entry-title,
    .archive-header.with-image .archive-title {
        color: #ffffff;
    }

    And this for the font and size:

    .single .entry-header .entry-title,
    .page .entry-header .entry-title,
    .archive-header .archive-title {
        font-size: 4em;
        font-family: 'font name';
    }
    #11388
    kristincali
    Participant

    Perfect thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header text on individual pages/single blog post view’ is closed to new replies.