Home Forums Themes Support Claue-Shopify How can I put my logo in the footer?

Topic Resolution: Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #21245
      1. How can I put my logo in the footer?
      2. Because the timer does not work?

    • #21250

      Hi FredyTorres,

      1. Please go to Customize Theme > Section > Footer > Custom HTML and change the path of your image

      2. Please go to Product Page > Main product > Edit Countdown time end or uncheck to hide countdown.

      Please follow this video http://take.ms/RqhFI

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21341

      How can I get the path of an image?

       

       

    • #21352

      Hi Freddy,

      Please click on Settings > Files to view the image and path http://take.ms/8ZJJB

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21377

      Thanks ??

    • #21383

      You’re welcome.

      Feel free contact us again if you need more help.

      Have a nice day!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21470

      Because on the part of related products I get the images too large, my images are 600×600 pixels

      http://support.janstudio.net/wp-content/uploads/hm_bbpui/21470/43wvqtnhaurvy0hi25b44f0tpkkqy22t.jpg

       

    • #21477

      Hi,

      This issue have when number of related product less than number of product per row.

      Did you try add more related product for this product and change number of product per row http://take.ms/SUeNB

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21485

      ok ok, thanks very much ๐Ÿ™‚ and another question what size of images do you recommend so I can load the page?

    • #21496

      Hi,

      I recommend use the image have same dimension.

      – For product detail page image’s width should be 600px
      – For catalog page image’s width should be 300px

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21568
      • How can I change the color of the cart page and the color of these buttons

      • How can I change only the color of the add to cart button?

       

    • #21583

      Hi,

      1. You can change color of mini-cart by add below code in Theme Settings > Custom Code > Custom CSS

      .jas-mini-cart a.button {
      border-color: #222;
      background: #222;
      }
      .jas-mini-cart input.button {
      background: #56cfe1;
      border-color: #56cfe1;
      }

      and change #222 and #56cfe1 with your color

      2. You can change “quick shop” and “รคdd to cart” button on product list by add below code

      .product__action a {
      background: #fff;
      color: #22;
      }
      .product__action a:hover {
          background: #222;
          color: #fff;
      }

      change #222 and #fff with your color

      3. You can change only Add to cart button by add below code

      .button--atc-ajax {
      	border-color: #56cfe1;
      	background: #56cfe1;
      	color: #fff;
      }

      and change color code to your color

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21607

      thank you very much!

Viewing 12 reply threads

The topic ‘How can I put my logo in the footer?’ is closed to new replies.