• michael.schapiro3

    (@michaelschapiro3)


    I webt into Appearance, Custom Design, Change font.
    I would like to make some post titles bigger than others. What I saw seemed to be only changing every post title to the same size.
    Is what I’m seeking impossible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • deepbevel

    (@deepbevel)

    You would have to edit your css. You’d have to find the code in your tempate and find it’s css element, then find, create, edit the css selector in style,css. Not hard if you know how.

    Otherwise I’d suggest a plugin:
    wp-title-2

    It will provide a “heading” field in your post/page editor, it will allow you to use html to get different text style per post.

    So, if you wanted a bigger title on a certain post, you could use

    <h2>Your Big Title</h2>

    in it’s heading field.

    Thread Starter michael.schapiro3

    (@michaelschapiro3)

    Thanks deepbevel. The plugin seems to be the easy way to go. If I can’t get it set up, my son is more familiar with all this. Thanks again.
    Mike

    deepbevel

    (@deepbevel)

    I’m very famiiar with it, let me know if you need help, it’s a very simple config, just have to tell it to allow html and to do it’s thing for posts as well as pages. Good luck:)

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