Site logo

Archived topic

A few questions about post titles.

3 replies · Started by Zad on May 10, 2018

Viewing posts 1–4 of 4

First question, for some reason, on my single posts, the post title is always to the left. I am trying to center it along with the author name. There a way to do this?

Second question, on the home page, where I have archives of articles in list form, I am trying to change the font size of the post titles, but there doesn't seem to be an option that allows me to do so.

Hi Zad, sites looking good!

Centring entry header on single posts:

.single-post .entry-header {
    text-align: center;
}

On the archive the entry heading uses the H2 heading which can be changed via the Customiser > Typography > Headings

If you want this to be different to other H2's then you can do:

.blog .post .entry-title,
.archive .post .entry-title {
    your styles here
}

Works well! Thanks!!!

You're welcome Zad

This archived topic is closed to new replies.