Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19447
    my add
    Keymaster

    Hell, guys!
    For a long time I wanted to change my template and I found one very nice “Lycoris Responsive Photography Blogger Template”

    I want to make my header to be with image logo not with lettering like that Image

    Can some help me? :)

    #19468
    my add
    Keymaster

    I think this is the place where I have to change the code, but really I’m not sure where exactly.

    <div class=’blogouter-wrapper’>
    <header class=’header-wrapper’>
    <div class=’ct-wrapper’>
    <b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’>
    <b:widget id=’Header1′ locked=’true’ title=’Proba by Prikazna (Header)’ type=’Header’ version=’1′ visible=’true’>
    <b:includable id=’main’>

    <b:if cond=’data:useImage’>
    <b:if cond=’data:https://i.imgsafe.org/d297286.png == "BEHIND"’>
    <!–
    Show image as background to text. You can’t really calculate the width
    reliably in JS because margins are not taken into account by any of
    clientWidth, offsetWidth or scrollWidth, so we don’t force a minimum
    width if the user is using shrink to fit.
    This results in a margin-width’s worth of pixels being cropped. If the
    user is not using shrink to fit then we expand the header.
    –>
    <b:if cond=’data:mobile’>
    <div id=’header-inner’>
    <div class=’titlewrapper’ style=’background: transparent’>
    <h1 class=’title’ style=’background: transparent; border-width: 0px’>
    <b:include name=’title’/>
    </h1>
    </div>
    <b:include name=’description’/>
    </div>
    <b:else/>
    <div expr:style=’"background-image: url(\"" + data:sourceUrl + "\"); " + "background-position: " + data:backgroundPositionStyleStr + "; " + data:widthStyleStr + "min-height: " + data:height + "height: " + data:height + "background-repeat: no-repeat; "’ id=’header-inner’>
    <div class=’titlewrapper’ style=’background: transparent’>
    <h1 class=’title’ style=’background: transparent; border-width: 0px’>
    <b:include name=’title’/>
    </h1>
    </div>
    <b:include name=’description’/>
    </div>
    </b:if>
    <b:else/>
    <!–Show the image only–>
    <div id=’header-inner’>



    <!–Show the description–>
    <b:if cond=’data:imagePlacement == "BEFORE_DESCRIPTION"’>
    <b:include name=’description’/>
    </b:if>
    </div>
    </b:if>
    <b:else/>
    <!–No header image –>
    <div id=’header-inner’>
    <div class=’titlewrapper’>
    <h1 class=’title’>
    <b:include name=’title’/>
    </h1>
    </div>
    <b:include name=’description’/>
    </div>
    </b:if>
    </b:includable>

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.