• Resolved blackwaterAUT

    (@blackwateraut)


    hey,
    in witch file is it posible to set a background-image? i want the bg at the part where the name of the side and the short description is.
    link between the menu bar and the grey border at the top.
    thanks a lot
    blackwater

Viewing 5 replies - 1 through 5 (of 5 total)
  • the bg at the part where the name of the side and the short description is .. between the menu bar and the grey border at the top.

    Are you trying to set up a header image ?

    If that’s the case, you could do so under Appearance > Header

    Thread Starter blackwaterAUT

    (@blackwateraut)

    no. i want it in that way: screenshot

    I’m not sure where exactly you want that pic to be placed at.

    Suppose you want that pic to replace the site’s title and site’s description, then read on.

    First create a child theme
    http://codex.ww.wp.xz.cn/Child_Themes

    or dl a blank one from here
    http://quirm.net/themes/twenty-twelve-child/

    We will make modifications in child theme only, after you have child theme installed and activated properly, copy over the header.php from parent theme and add this one line of code

    <img class="header-image" src="http://www.earthpix.eu/data/header.jpg" alt="earthpix.eu" />

    Just below the <header> tag

    So you will have this, notice the <img> just below <header>

    <header id="masthead" class="site-header" role="banner">
    		<img class="header-image" src="http://www.earthpix.eu/data/header.jpg" alt="earthpix.eu" />
    		<hgroup>

    Then go over the Appearance > Header and set it not to display site title text.

    Thread Starter blackwaterAUT

    (@blackwateraut)

    thats exactly what i want, thank you!
    i’ll try it asap

    Thread Starter blackwaterAUT

    (@blackwateraut)

    thanks, it works well!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘twenty twelve header background image’ is closed to new replies.