• Resolved alec1027

    (@alec1027)


    Basically when I change to a different page (Contact, for example) the title “Contact” interferes with my header (which is an image with a centered log). Is there any way to change the header on separate pages?

Viewing 1 replies (of 1 total)
  • Theme Author Dinev Dmitry

    (@dimadinev)

    This option is not provided. I will consider to include this option in a future update.

    Now you can do this: add a line of custom CSS (via plugin or Customizer):

    .page-id-69 #headline h1 {
        display: none;
    }

    where .page-id-69 – locate a class for a specific page in the tag body

Viewing 1 replies (of 1 total)
  • The topic ‘Page title interfering with header’ is closed to new replies.