Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170391

    Hi!

    Is there any way to globally “Dont display Header” setting for my posts and pages?

    Thank you so much

    • This topic was modified 11 years, 1 month ago by chooseone.
    #170649

    Hi chooseone!

    That is not available on Theme Options but you can hide it using CSS:

    .page .stretch_full.container_wrap.title_container, .single .stretch_full.container_wrap.title_container, .stretch_full.container_wrap.title_container  {
    display: none;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Global deactivating of HEADER’ is closed to new replies.