Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Last active July 18, 2017 09:51
Show Gist options
  • Save rynaldos-zz/a92386335af0d462d5ce87d70629ddd6 to your computer and use it in GitHub Desktop.
Save rynaldos-zz/a92386335af0d462d5ce87d70629ddd6 to your computer and use it in GitHub Desktop.
[WooCommerce 3.0.0] add new wishlist icons
1. download the icon you'd like to use (example: http://www.flaticon.com/free-icon/heart_214309#term=heart&page=1&position=18)
2. make sure you download both the 16px and 32px .png for this icon
3. rename the icons as follows:
- heart.png
- [email protected]
4. copy / paste both these icons to the plugin's /assets/images/ folder
5. download this file and paste it to /assets/css/ folder (overwrite the current file): https://www.dropbox.com/s/507kp5q3w0ppe1p/woocommerce-wishlists.css?dl=1
6. download this file and paste it to /classes/ folder (overwrite the current file): https://www.dropbox.com/s/kj4j0fxzeqjznl8/class-wc-wishlists-admin-settings.php?dl=1
Warning: making these changes directly to the plugins files is not recommended, simply because it will be wiped away when you update the plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment