Write on multiple multiple product pictures?

Write on multiple multiple product pictures?

Essawy
New Member
7 0 0

I need to know how to write a note on all my product pictures, for example Write "Enjoy Massive Discounts"

Replies 4 (4)

CodingFifty
Shopify Partner
903 136 165

Hi @Essawy,

 

You can add a note like "Enjoy Massive Discounts" to all your product pictures using a Shopify app like "Easy Watermarks" or "PixPix Image Editor." These apps let you apply text or watermarks to multiple images at once. Alternatively, if you prefer manual editing, you can use Canva or Photoshop to overlay the text before uploading images to your store. If you're comfortable with coding, you can add a CSS overlay to display the message on all product images without modifying the actual files.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Essawy
New Member
7 0 0

Thanks for your answer

Now How about if i need to write on selected products, for example, my dropshipping store has items from USA already have a tag Fast shipping, How to write Fast shipping on those selected products?

CodingFifty
Shopify Partner
903 136 165

@Essawy,

 

If you want to display "Fast Shipping" on selected products without modifying the images, you can use Shopify's built-in tagging system and a bit of Liquid code. First, add a tag like fast-shipping to the relevant products. Then, modify your product-card.liquid or product-template.liquid file to check for this tag and display a label accordingly. You can style it with CSS to make it stand out. This way, only tagged products will show the "Fast Shipping" label without affecting other products.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Essawy
New Member
7 0 0

Thanks so much