We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: how to change the no Image.

How can I change the default 'no image' in Shopify?

OH2
Shopify Partner
11 0 2

Hi Community, 

 

I'm trying to change the default no image from Shopify, but I'm not able to see the file in my assets folder. I also tried to inspect and I'm seeing this image on the collections page or when you do a search. Is there a way I can override this with a custom fallback image? 
URL: https://bisonbookslive.myshopify.com/collections/art
Pass: 1234567812345678

screenshot.jpg

 

Any one can help me here? 

 

Replies 4 (4)

dmwwebartisan
Shopify Partner
12384 2560 3749

@OH2 

  1. Create your new default image in jpg format, and name it "default-image.jpg".
  2. Go to admin > Online Store > Themes > Edit Code.
  3. Go to the Assets folder, and find the existing default-image.jpg. Click the pencil icon to edit it, and change its filename to default-image-OLD.jpg.
  4. Within the Assets folder, click the "Add a new asset" link. Use the pop-up form to upload your new image.

That's it! Clear your browser cache, and you should now see your new placeholder image instead of the "No Image" default image that was previously displayed.

 

Please more information check the following URL for help

https://support.safeasmilk.co/article/148-collection-page-display-custom-placeholder-image

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
OH2
Shopify Partner
11 0 2

Hi @dmwwebartisan , Thanks for your reply. 

 

I looked at this but in my assets folder, I cannot see the file. I tried searching but had no luck. Here is the file I get when I inspect it. https://cdn.shopify.com/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4...  

 

Also im not able to see this no image file. Do you have any other approach? 

 

Thanks in advance. 

MAV94
Visitor
2 0 1

Having same issue and I never see a follow up to several of these posts. Were you able to find a solution?

 

 

Arif_Shopidevs
Shopify Partner
523 44 93

@MAV94 
Which theme you are using, in dawn theme  card-collection.liquide you will find option to change the place holder 

{%- if card_collection.featured_image -%}
<div class="card__media">
</div>
{%- endif -%}
      {%- if card_collection == blank -%}
        <div class="card__media">
          {{ placeholder_image | placeholder_svg_tag: 'placeholder-svg' }}
        </div>
      {%- else -%}
content
    {%- endif -%}

, here in place holder area you can add your own image which will change the place holder image. Let us inform is that work for you. 

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.