i need to change active status of Wishlist icon to red heart
-
hello
i need to know how to to change active status of Wishlist icon to red heart instead of check icon
check screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-action-btn>a.added:before {
content: "\f106";
color:red;
}
Best Regards
thank you very much
can i make the style of heart full not lined, i mean the heart appear as full red color
i appreciate your help
Attachments:
You must be
logged in to view attached files.
Hello,
Please upload this image to the Media Library and provide the image URL, I will change the CSS.
Best Regards
i’m facing another 4 problems :
1- my header menu disappears from shop and product page
2- i already disabled sticky social buttons and still appears
3- i disabled sidebar button on mobile and still appears as 3 dots
4- tabs in product details doesn’t work well
what a huge errors in just beginning my website building
check attached please
Attachments:
You must be
logged in to view attached files.
…
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-action-btn>a.added:before {
color:transparent;
}
body .wd-action-btn>a.added {
color:transparent;
background-image:url("https://safer.ae/wp-content/uploads/2022/08/heart.png");
width:25px;
height:25px;
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
margin-left:10px;
}
Best Regards