Viewing 5 replies - 1 through 5 (of 5 total)
  • try this solution

    Login to your WordPress website, go to your “appearance” menu on the left sidebar, select “customize”, then select “additional CSS”.

    In there, add the following code

    .page-title {
    text-align: center;
    }

    Thread Starter ivanjacek

    (@ivanjacek)

    Hi, I entered the code but it didn’t do anything. It remained unchanged, see picture. Thank you

    https://ibb.co/0XLLF7q

    Hi @ivanjacek,

    Try this CSS code:

    .hentry .title-post {
      text-align: center;
    }
    Thread Starter ivanjacek

    (@ivanjacek)

    thanks, it works

    Hi @ivanjacek,

    Thank you for getting back.

    Glad to know the code worked.

    May I request marking this topic as resolved? You can raise a new topic for your other question. Use one topic for one question.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hi, how I set Heading 1 to center?’ is closed to new replies.