Home Forums Exoplanet change header hight / delete it completly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4579
    ivs18
    Participant

    Hey,

    Thank you for providing this Theme!

    I want to create a page with heavy content load and would like thin out the header to half if not remove it completely.

    I clicked my way through “Customize”  o the wp panel but could not find a corresponding solution

    Ideally the user does not need to scroll one more time to view the full content.

    Ideas?

    kind regards

     

    header_capture

    #4581
    Yazmin
    Keymaster

    In the customizer, go to Additional CSS and add the following CSS code
    (change 000 for the actual page ID of the page you wish to apply this to, e.g. page-id-26)

    .page-id-000 .header-title {
        padding: 0;
    }

    This will reduce the space above and below the page title down to zero.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change header hight / delete it completly’ is closed to new replies.