How to import Listing Hover Images
During the default Magento Product Import process, or when updating product images, you may want to add Listing Hover Images. This feature is specific to the Pearl Theme. Follow the steps below to configure them correctly.
Step 1. Upload Images to Server
Upload the images you want to use as Listing Hover Images to your server in a specific folder.
Example: var/import
Step 2. Export Products
- In the Magento Admin, go to System -> Data Transfer -> Export.
- From the Entity Type dropdown, select Products.
- Click Continue at the bottom of the page.
Step 3. Edit the CSV File
- Open the generated CSV file.
- Locate the product(s) you want to add Listing Hover Images for.
- In the additional_attribute column, add the following:
weltpixel_hover_image=/your_listing_hover_image.jpg
Example:
weltpixel_hover_image=/rose-blue-flower-rose-blooms.jpg

- Save the CSV file after editing.
Step 4. Import the Updated CSV
- In the Magento Admin, go to System -> Data Transfer -> Import.
- From the Entity Type dropdown, select Products.
- From the Import Behavior dropdown, select Add/Update (or another option, depending on your needs).
- Upload your updated CSV file via the Select File to Import option.
- Specify the Images File Directory as the folder path where you uploaded the images (e.g.,
var/import).
After the import is complete, verify the images under:
Catalog -> Products -> [Select Product] -> Images and Videos Tab

✅ Done! Your Listing Hover Images should now be visible on the frontend.
Updated on: 18/09/2025
Thank you!
