Home Forums WoodMart support forum Change the wishlist icon Reply To: Change the wishlist icon

#408120

Hello,

Please replace the code with this:

.wd-wishlist-btn.wd-action-btn.wd-style-icon > a:before {
	background-image: url("https://coveti.com/wp-content/uploads/2022/09/Wishlist_hover_icon-before.png");
	width: 20px;
  height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain ;
	color: transparent;
}
.wd-wishlist-btn.wd-action-btn.wd-style-icon > a:hover:before,
.wd-wishlist-btn.wd-action-btn.wd-style-icon > a.added:before{
	background-image: url("https://coveti.com/wp-content/uploads/2022/09/Wishlist_hover_icon-1.svg");
}

Please check and provide pages URL where this code is not applied.

Best Regards