• Hi Dear

    i Want To add a Banner in my website header with logo but i can’t found any option in theme setting can anyone tell me how to add with with coding .
    this is my site css3.pw

Viewing 1 replies (of 1 total)
  • Hello adil145,

    maybe your theme does not support background images in the header.
    But you can do it via CSS:

    #main-head .wrap {
        background: #FFFFFF url('link/to/image.png') center center no-repeat scroll;
        background-size: cover;
    }

    Does it work for you?

Viewing 1 replies (of 1 total)
  • The topic ‘Header Setting’ is closed to new replies.