• Hi! Just like to ask how could I disable or hide the header of this theme portfolio web template everytime I create a new page.
    Thank you very much.

Viewing 1 replies (of 1 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Dear alvinspace,

    Please use the following custom CSS:
    It will hide inner header of all post and pages

    .inner-main-title {
        display: none;
    }

    To hide header of only pages

    .page .inner-main-title {
        display: none;
    }

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Portfolio Web Template Header’ is closed to new replies.