Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #258627
    Volana
    Participant

    Hi there. Thank you for this great theme. I have a question though. When add content to the pages the page title is just seen in the header (which is great). But I don’t have content on my home page and plan to not that either. Is there a way to disable it only on home?
    Soundbakery

    Also I wonder how to show my header pictures more to the center (except on home). They now show only the top part but then you only see heads 😉
    Thank you kindly

    #258671
    Skandha
    Participant

    @volana: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display: none;
    }
    body:not(.home) .custom-header .wrapper::before {
        background-position: center center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #263195
    Volana
    Participant

    I’am so sorry Skandha, I didn’t see your reply. Thank you kindly for answering.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable HOME (H1) title page (not in header) | how to center header photo’ is closed to new replies.