• Resolved Kenya

    (@bijee)


    Hello!

    I am trying to figure out how to center the page title on pages?
    Also, Is it possible to not show the page title on pages and just use a featured image to create the page header?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You would have to do some custom CSS such as:

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

    For your other question, you would again, need to do some custom CSS to display;none; for the page titles as above.

    Thread Starter Kenya

    (@bijee)

    thank you the centering worked but the display none did not, so is it possible that my theme doesn’t allow you to remove it? or is there another way to do it that you might know of?

    Do this for pages:

    .type-page .entry-title {
    display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering page title on pages’ is closed to new replies.