• Resolved spellman

    (@spellman)


    Hi! I’d like to remover the over-sized hero image from my home page AND make it look the other pages (just an image and a header). The code

    .hero {
    display: none;
    }

    .site-content {
    margin-top: 6em;
    }

    removes the hero, but also the image/title.

    Secondly, I want to change the size of the graphic that is behind the title. I’d like to make the height of it about half of what it currently is.

    Can you help me make that happen?

    Note : this is using the stout child theme

    • This topic was modified 5 years, 5 months ago by spellman.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Don’t know if this helps but I was able to change the header height in my site by using:

    
    .hero {
    	  height: 215px;
    	  padding: 0px;
    }
    

    Then put my image in via the customise in the normal way.

    P

    • This reply was modified 5 years, 5 months ago by pbwpwork.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove hero. Change header image height block’ is closed to new replies.