Okay
  Public Ticket #1507433
Image Top
Closed

Comments

  • braun77 started the conversation

    Hello, I'm writing to ask you how I can do to insert an image in Top (see image attached), I would like to cover all the "black" part you see in the image.
    Thank you
    Max

  •  93
    djwd replied

    Hi there,

    this request would fall under personal customizations which wouldn't be actually covered by regular support...to put you on the right track though, you would need to target the header div like this:

    #full-top {
    background-image: [pathtoyourimage].jpg
    }
    

    then there are many positioning properties but that depends on what you want to do and the image of course. You can learn more about the CSS rule here: https://www.w3schools.com/cssref/pr_background-image.asp

    hope it helps

    Regards
    djwd