Site logo

[Resolved] How to banner between website logo and facebook icon in header

Home Forums Support [Resolved] How to banner between website logo and facebook icon in header

Home Forums Support How to banner between website logo and facebook icon in header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131668
    Mueen Mehmood

    Dear,

    I want to add a banner image in my website header i am not be able to add image kindly tell me where to but img tab in header….

    islamicartonline.com

    Regards,

    Mueen Mehmood

    #131696
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can add a logo/header image by going to “Customize > Site Identity”.

    Are you maybe trying to add a full width background image to the header? If so, I suggest checking out our “Backgrounds” add-on – it allows you to easily add a background image to the header using the Customizer.

    If you’re not interested in that, I can provide some CSS which should do the same thing.

    Let me know 🙂

    #131866
    Mueen Mehmood

    Thanks Tom
    i have added logo but now want to add a full width header image in front of logo on my website
    please provide me CSS for that….

    Regards,

    Mueen Mehmood

    #131868
    Tom
    Lead Developer
    Lead Developer

    You could do something like this:

    .site-header {
          background-image: url('URL TO YOUR IMAGE');
          background-size: cover;
    }
    #131883
    Mueen Mehmood

    Thanks Tom its working Fine 🙂 🙂

    Regards,

    Mueen Mehmood

    #131954
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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