Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @elaineedgson13, you can style them by editing the style.css file in your theme’s directory. You should edit h1 or h2 tag styles, but it depends on your markup structure.
    If you give me a link to view maybe I can help you better.

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .entry-title {
        font-size: 22px;
        font-weight: bolder;
    }

    in the box.

    Thread Starter elaineedgson13

    (@elaineedgson13)

    Thanks fotis, this worked well.

    The font is very bold now and a little too thick. Is it possible to just make it just slightly bold?

    Is it also possible to align the heading text from the left instead of it being centred?

    Thanks again!

    Hi there, you can change the previous code to this

     .entry-title {
        font-size: 22px;
        font-weight: bold;
        text-align:left;
    }

    Have a look here for some CSS reference and check this article on using the developer tools.
    Let me know if this helps.

    Regards

    • This reply was modified 8 years, 5 months ago by Fotis.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how do you edit headings in posts’ is closed to new replies.