Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter walz12

    (@walz12)

    Figured it out using a simple

    <img src=”https://location.jpg&#8221; alt=”Be Global” class=”center” />

    Hi, I am also looking to do the same as above. Can you please tell me where, exactly, in the header.php I place that code? Do i need to take something out and put that in?

    Hi,

    I am struggling with the same issue. where do i place the code and what do I take out? I’ve tried a few options, but none are working.

    Hi,

    You can place de code in the index.php

    Go to Appereance > Editor > Select index.php. Place the code in the first line.

    samasana

    (@samasana)

    Go to Appearance>Editor>header.php

    Replace:

    <!--LOGO START-->
            <div class="logo">
            <h1><a>"><?php bloginfo('name') ;?></a></h1>
            <div class="desc"><?php bloginfo('description')?></div>
            </div>
    
            <!--LOGO END-->

    With this:

    <!--LOGO START-->
            <div class="logo">
            <h1><a>"><img src="https://location.jpg" alt="title" class="center" /></a></h1>
    
            <!--LOGO END-->

    [Please post code or markup snippets between backticks or use the code button. Your posted code has been permanently damaged by the forum’s parser.]

    Is it possible to have a header image *and* the name/description? I would be really grateful if someone could tell me what to change the code to for this, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Zenon Lite] image to replace title’ is closed to new replies.