Okay
  Public Ticket #1351283
how to add custom image to the theme's header
Closed

Comments

  •  6
    Sarit456 started the conversation

    Like to add custom image to the backgroung of theme header, but the only image i can find is upload custom logo to the header.

    how can i add custom backgroung image to the header?

    thank you,

    Doron

  •  1,559
    Laborator replied

    Hi Doron,

    That's not possible through options, you can a feature like that through CSS, by pasting the following CSS, to your Custom CSS:

    .main-header {
        background: url(http://www.rttravel.al-ma.co.il/wp-content/uploads/2017/10/Tiberias-1280x300.jpg) no-repeat center center;
        background-size: cover;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  6
    Sarit456 replied

    Thank you Art!!!

  •  1,559
    Laborator replied

    You're welcome

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group