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?