Goran theme – Hiding header image

  • Unknown's avatar

    Hello! I hope somebody has an idea that can help me customize my website the way I had in mind.
    I love the big header image of the Goran theme for my website’s HOME page but in the other pages I would rather not have it and have my content at the top of the page. Is there anything I can do to change this?
    Thanks :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Wow! I have so many questions for you! How did you get the button code to work? Yours says “Check out our blog”. and how did you get the three images to appear directly below the big header photo? Thank you!!

  • Unknown's avatar

    @theampituporg try this! Go to Appearance > Customize > CSS and delete all the example text and copy in the code below, it should hide the hero header section with the large image and title on each page except the home page:

    .home .hero {
      display:block;
    }
    
    .hero {
      display:none;
    }

    @askforliz have a look through the Goran theme page to see how to include a button (in the extras section at the bottom) and the featured page areas (in the theme options).

  • Unknown's avatar

    thanks so much @hallluke, the code really worked!
    but then i realized that without the hero header the layout is pretty ordinary… so i’m thinking of another idea and wonder if there is a solution.
    would there be any way to have text over the hero header, just like on my home page, instead of the big page title?

    do you know if it’s possible @hallluke?
    hope somebody can help me with this :)

  • Unknown's avatar

    @askforliz here are the answers to your questions:
    . this is the code i used for the button:
    . for the 3 images on the home page: i chose front page template and then added those images by going to the customization panel (appearance > customize). there you click on “theme option” and then you have the possibility to chose the pages you want featured on your front page.
    i hope this is helpful!

  • Unknown's avatar

    Thank you halluke and theampituporg. I still can’t figure out where to put the button code though. Sorry for being so slow.

    I realized I was trying to make posts work as the three images and I need to make them pages, so thank you very much for that clarification.

    Again, I appreciate your help.

  • Unknown's avatar

    You would put the button code on whichever page you have set up to be using the “Front Page” template (although you should be able to use the code anywhere you like on your site).

  • Unknown's avatar

    Thank you halluke . I’ll give it another go.

  • The topic ‘Goran theme – Hiding header image’ is closed to new replies.