Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31454
    Mike Stiles
    Guest

    I’m using the Wedge theme and have never been able to figure out how to get an image to cover the whole header area. It’d be weird if that weren’t possible. I know I can put an image in a widget, but that just sticks an image in the header, it won’t cover it. All I can get is the solid blue background you’ll see at the top of my site. Dull.

    #31491
    Jesse Owens
    Keymaster

    Hi Mike-

    One way that you could accomplish this is to make your header background transparent, so that the background images shows through it. Set an image as the background in Customize > Background, and then add this rule to your Custom Theme CSS in the Customize > Advanced > Custom JS & CSS menu:

    .site-header { background-color: transparent !important; }
    
    #31514
    Mike Stiles
    Guest

    That worked! Thank you Jesse.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Image/Background Image’ is closed to new replies.