Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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.]

Viewing 1 replies (of 1 total)