• Resolved labisca2012

    (@labisca2012)


    Is it possible to create a splash page that does not include the header, the nav menu, or the title of the page, only main page content.

    I will create internal links to other pages from there. This is a tiny site without need for a large menu… See the beginning of the site here:

    beta here

    I am otherwise really enjoying the simplicity of this theme.

    Thank you for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author ThemeGrill

    (@themegrill)

    Hi, Thanks for using our theme.

    You can use the custom css to hide the header. If you want to hide the header just in home page then add the following css in custom css section of Appearance->Customize.
    .home #masthead { display: none; }

    If you want to hide the header all over the site then use the following css.
    #masthead { display: none; }

    Hope this helps.

    Thread Starter labisca2012

    (@labisca2012)

    That didn’t work, unfortunately. See the link again.

    The header is still there.

    Theme Author ThemeGrill

    (@themegrill)

    Checked the link and it is not our theme so we cannot provide support for it. Please check the theme and contact the theme support/author who might provide you support on this.

    Thread Starter labisca2012

    (@labisca2012)

    Sorry, I initially mis-identified it as Radiate. I have posted to the ThemeHall forum. Thanks anyway.

    Theme Author ThemeGrill

    (@themegrill)

    It’s okay. ??

    Hi, I am facing the same problem and I am sure I am using Radiate theme by Themegrill.

    I have tried using the code
    #masthead { display: none; }

    both in custom css section of Customize page, and also in style.css but still nothing changed.

    Thanks in advance for help and guidance!

    Well.. none of the code worked for me as i posted earlier and i didnt got any response so I had to do it myself..

    found this code added it to Custom css field and it worked ..

    .entry-header {
    display: none;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Create home page without header’ is closed to new replies.