Support » Developing with WordPress » Change background header

  • Hi,

    I want to change the grey header up top and replace it with an image.
    This theme is called “happy inn”
    I think it needs to be done in the theme builder but I can’t find it anywhere

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • From what I can see ‘happy inn’ is a paid for theme, as volunteers here don’t have access to paid themes you might get better support going directly to the author whom you have paid. I believe this is the support link https://progressionstudios.ticksy.com/

    Moderator bcworkz

    (@bcworkz)

    To set a background image through the usual mechanism, Alan’s advice is spot on.

    You could specify an image with custom CSS added to the Additional CSS section of the customizer or style book. For example:

    header#masthead-pro {
        background-image: url(https://example.com/wp-content/uploads/2024/02/example-bg.png);
    }

    The image URL in the example is just that, an example. You would of course choose a more appropriate image and use its URL in place of the example URL.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.