Archived topic
How to banner between website logo and facebook icon in header
5 replies · Started by Anonymous on August 24, 2015
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
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 :)
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
You could do something like this:
.site-header {
background-image: url('URL TO YOUR IMAGE');
background-size: cover;
}
Thanks Tom its working Fine :) :)
Regards,
Mueen Mehmood
You're welcome :)
