Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    You may want to try this.

    > upload your logo in the media library
    > copy the URL link
    > goto appearance > editor
    > select jshop theme
    > look for header.php
    > locate this code similar below

    <div class="main">
    <div class="hdr1">
    <div class="head">
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
    
    <img id="logo" src="PASTE THE URL THAT YOU COPY IN STEP 2"
    alt="<?php bloginfo( 'name' ); ?>" >
    
    </a>
    
    <div class="head2">
    
    <?php  bloginfo('description'); ?>
    </div>
    </div>

    Note that jshop does not belong to me.

    Regards,

Viewing 1 replies (of 1 total)