Okay
  Public Ticket #2979565
Header background
Closed

Comments

  •  1
    Luis started the conversation

    Hello. I would like to use a background image in the header of my site. Is it possible to do it via CSS? (I have the impression that option was previously in the panel) Thanks in advance

  • [deleted] replied

    Hi Luis,

    Can you please share your site credentials, because we need to login to your site and see this live. Your information is safe (private) in this thread. To include your credentials click the Insert Credentials button in the editor toolbar (see how)

    Thanks!

  •   Luis replied privately
  • [deleted] replied

    Hi Luis,

    I'm sorry but I can't login to your site.

    I also tried with VPN from Argentina but this error is appearing.

    See video: https://d.pr/v/0whm52

    Also your homepage is not opening.

    medium
    (view large image)


    Can you please re-check that so I can log in?

    Thanks!

  •  1
    Luis replied

    I'm sorry, but we had a problem with the hosting. You can now enter.

  • [deleted] replied

    Hi Luis,

    Now it is working.

    If you want to have an image as your header image you can add this CSS code on your Custom CSS area:

    .site-header {    
        background: url(https://www.zembula.com/wp-content/uploads/2019/10/header-background-01.png);
        background-size: cover;
    }

    * just change the URL of the image with your own image URL.

    Have a nice day!