Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #566443

    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

    • This topic was modified 8 years, 8 months ago by ilonka78.
    #566698

    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

    #566710

    That worked. Thank you:)

    #566783

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

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