How to remove page titles from header image

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet How to remove page titles from header image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #618244
    Gareth Wear
    Participant

    How do I stop the page title showing in top of the header image. I would have thought it would be a checkbox in Header Image.

    #618269
    J. Davis
    Keymaster

    Hi Gareth,

    Thank you for your question. You need to edit file of page template called ‘With Header Image’. Or you can use CSS style below and add it to Appearance>Customize>Additional CSS:

    .with-header-image .page-title{
       display:none;
    }

    Best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.