• Hi,

    ideally I’d like to only show header image on the home page as a page without any sidebars and show the other pages with one right sidebar.

    How can I achieve this? I can see this is doable from the Spacious demo.

    Thanks in advance,

    Reena.

Viewing 6 replies - 1 through 6 (of 6 total)
  • when create new page use template on the right side

    Hi reena,

    To create the page of your choice you have to select the Layout which is in the right side just above the feature image of every page the you create.

    For more support please visit this link:http://themegrill.com/support-forum/

    Regards,
    chhabi

    Thread Starter reenaraichura

    (@reenaraichura)

    Hi Guys,

    Thanks for your input.

    The header image still shows on every page regardless of layout.

    I only want to show the header image on the home page, is this possible?

    Thanks,

    Reena.

    Hi reena,

    The desired output to display header image only on home page and hide in other pages you need code customization and here I provide you the CSS snippet.

    .page .header-image {
    display: none;
    }
    .home .header-image {
    display: block;
    }

    Paste the above code in the Appearance -> Theme Options -> Design -> Custom CSS

    Hope you can do it perfectly and notice me back about the work.

    Regards,
    chhabi

    Thread Starter reenaraichura

    (@reenaraichura)

    Thanks Chhabi, this worked perfectly! Thank you for your help.

    If you can help me with the other issues I have on my other posts I would be grateful.

    Best wishes,

    Reena.

    I just needed the same thing with the header only appearing on the homepage. Its worked perfectly. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Only Show Header Image on Home Page’ is closed to new replies.