• Hi I’ve purchased the pro version of Jshop and I’m really surprised as to the limited documentation you have for this. How do you change the logo? how do you create a similar home page that of your demo? Please let me know or please provide a refund.

Viewing 2 replies - 1 through 2 (of 2 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,

    Theme Author JustPX

    (@justpx)

    Hello progressiveppw,
    Documentation https://justpx.com/jshop-pro-documentation
    Thanks you for buying JShop PRO

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo and documentation’ is closed to new replies.