Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello fahimscirex,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

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

    Hope this will helps you.

    Thanks.

    Theme Author Tom

    (@edge22)

    You’d need to do this in GeneratePress:

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

    Hope this helps ??

    Thread Starter fahimscirex

    (@fahimscirex)

    Thanks Tom. It worked.

    Theme Author Tom

    (@edge22)

    You’re welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering page title’ is closed to new replies.