Title: Wishlist button problems
Last modified: September 24, 2021

---

# Wishlist button problems

 *  [dandydd](https://wordpress.org/support/users/dandydd/)
 * (@dandydd)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wishlist-button-problems/)
 * Hello, I need help with the wishlist button.
    The close button to remove an item
   on the wishlist page isn’t showing on mobile. Customization made to the wishlist
   button does not apply on the homepage, it applies only on the product pages. 
   The WhatsApp share button does not show too.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwishlist-button-problems%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wishlist-button-problems/#post-14911422)
 * Hi there
 * 1. The close button to remove an item on the wishlist page isn’t showing on mobile.
   
   Please, try to add the following CSS code at the end of Additional CSS section
   of your theme or child
 *     ```
       ul.wishlist_table.mobile {
           list-style: none;
           padding: 0;
       }
   
       ul.wishlist_table.mobile li {
           margin-bottom: 40px
       }
   
       ul.wishlist_table.mobile .product-add-to-cart a.add_to_cart{
           padding: 0;
       }
   
       ul.wishlist_table.mobile .product-remove {
           margin-top: -25px;
           width: 100%;
       }
   
       ul.wishlist_table.mobile .product-remove a {
           position: static;
           display: inline-block;
           font-style: normal;
           width: 24px;
           height: 24px;
           border: 2px solid currentColor;
           text-align: center;
           border-radius: 100%;
           color: #ccc;
           float: right;
       }
   
       ul.wishlist_table.mobile .product-remove a:before {
           content: '×';
       }
       ```
   
 * 2. Customization made to the wishlist button does not apply on the homepage, 
   it applies only on the product pages.
 * This is a problem with your Flatsome theme, the deeply customize ATW in loops
   
   I suggest you to contact theme developers to apply customization to custom ATW
   on product loops
 * 3. The WhatsApp share button does not show too.
    Flatsome probably overrides 
   share.php template with an outdated version of it, that does not include WA link
   Could you please ask theme’s developers to check this too?
 *  [arkadia888](https://wordpress.org/support/users/arkadia888/)
 * (@arkadia888)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wishlist-button-problems/#post-14942673)
 * Hi
 * I am trying to add the wishlist shortcode to my site [http://www.aradiacrafts.com](http://www.aradiacrafts.com),
   where do I start? I have no coding experience but am a network engineer.
 * yith_wcwl_wishlist
 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wishlist-button-problems/#post-14963611)
 * Hi [@arkadia888](https://wordpress.org/support/users/arkadia888/)
 * This doesn’t seem related to orignal post
    Please, try to open a dedicated thread,
   and describe better what you want to obtain
 * I’ll be glad to help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Wishlist button problems’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

## Tags

 * [wishlist button](https://wordpress.org/support/topic-tag/wishlist-button/)

 * 3 replies
 * 3 participants
 * Last reply from: [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/wishlist-button-problems/#post-14963611)
 * Status: not resolved