• Hi there,

    This is my site – https://nicshonfeld.com/diary/ (twentytwelve theme).

    I have decreased the size of the post title, as desired, but when I click through to the post (via the post title) the post title font is still larger – as the default setting. Please can anyone instruct me how to change the post title so it is the same.

    Many thanks in advance, i have trying hard but to no avail.

    Any help much appreciated…

    nic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi it looks like you updated the size of the a tag.

    If you want the size to be consistent across all pages you would need to change the css for the following rule.

    .entry-header .entry-title {
        font-size: 1.57143rem;
    }

    to

    .entry-header .entry-title {
        font-size: 14px;
    }

    If you are making changes to theme files, they will all be overwritten and lost when WP is updated. Much better to use a child theme or custom CSS plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post title sizing’ is closed to new replies.