• Resolved anonymized-14251348

    (@anonymized-14251348)


    How to put background header image? And option settings height header. Thanks you for reply. If it does not, I’ll put it through CSS ?? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hi, there is no options for header image or header height. In the Customizer you can change background color and layout of the header. These settings are under “Site Title & Header”.

    You can play with following css snippets to alter header height:

    .header-inline .branding-item-wrap {
    min-height: 80px;
    }
    .titles-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    }

    • This reply was modified 7 years, 5 months ago by Dario Devcic. Reason: Added comment
    Theme Author Dario Devcic

    (@dariodev)

    Hi, did you try with a CSS snippet above? Did that help you?

    Theme Author Dario Devcic

    (@dariodev)

    I assume the issue is resolved. Please re-open the ticket if this isn’t the case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image background header’ is closed to new replies.