Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #124785
    roboterpirat
    Participant

    Hello there,

    first of all thank you for your theme, I really like it!

    I would like to add a header image to my website http://www.spielfrei.at

    If I activate it via the customizer -> header-image it looks like this:
    https://imagebin.ca/v/3erM76p2fZ4u

    I want to position the header image behind the site logo. Can you please help me?

    Many thanks and greetings from Austria,
    Alex

    #124792
    tikaram
    Keymaster

    @roboterpirat : Go to Appearance => Customize => Additional css and add the following css.

    #masthead .site-banner > .wrapper {
       background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/00/04/04/225620c4fd7a7ba.jpg");
    }

    Please replace the image URL with the desired image. Let me know if you need further assistance.

    Regards,
    Tikaram

    #124807
    roboterpirat
    Participant

    Works perfect! Many Thanks!

    The only problem I know have, is that I have a social menu between the main menu and the header. Is it possible to let the header image appear behind the social menu as well? I don’t want to have a white gap between the image and the main menu:
    https://imagebin.ca/v/3eujjUtpknuJ

    Thanks again,
    Alex

    #124851
    tikaram
    Keymaster

    @roboterpirat : Please try adding the following additional css.

    .site-header {
    	background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/00/04/04/225620c4fd7a7ba.jpg");
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header image behind site logo’ is closed to new replies.