• I’d like to edit the font size and letter spacing of both entry titles and page titles.

    I would also like to center them (along with date underneath for posts) on the layout instead of left-justifying.

    Tried several times to edit the code to no avail. My edits worked in Chrome Inspect Element but the changes aren’t showing up after I use Editor.

    Thanks for help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, it looks like you have found how to do the bulk of this.

    To center the date/meta data under the post titles, add this.

    .entry-meta {
        text-align: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Editing entry titles and page titles’ is closed to new replies.