This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

2
  1. Magus Staff 10 years, 10 months ago

    Hi lolo143,

    Try this in custom CSS

    header#masthead .hgroup {
        background: center no-repeat;
        }

    Hope this helps

    Magus

  2. Andrew Misplon Staff 10 years, 10 months ago

    I wasn’t sure so I just added a background to Appearance > Customize > Page > Masthead Background Image, if it’s been added there then I think the Appearance > Custom CSS would need to be:

    #masthead {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
    }

    The last line background-size: 100%; is optional, you can delete that if you’d like.

    Thanks Magus :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread