Hi
I’m trying to upload my own image to show up under the header/breadcrumbs area (blue now). My image is 2100px wide and when I uploaded it, it shows as really small…Is there any way to use whole width image as background for pages header? Thanks
Hey ilonka78!
The blue area is your title container. It’s where the title and the breadcrumbs display. Your trying to get a background image to it? You can use this CSS.
.title_container { background: url("URL to your image") !important; }
Regards,
Elliott
That worked. Thank you:)