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

#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';
}