How do I change the icon for quick view?
-
Hi,
How do I change the icon for quick view? Now it’s a search icon, I want it (eyes):
https://fontawesome.com/v5.15/icons/eye
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
I cannot insert this icon as it requires Pro version of the FontAwesom to be integrated, I can upload it as an image and set the background.
Best Regards
Can you send me the code for that ( eye image for quick view ) or other solution for replace search icon with other icon for view? Thanks!
Hello,
I am terribly sorry for the delay.
Please add this code to the Theme Settings > Custom CSS > Global
.wd-quick-view-icon > a:before {
display:none
}
.wd-quick-view-icon > a{
background-image:url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/07/blog-12-75x65.jpg);
background-size:contain;
background-position:center center;
background-repeat:no-repeat;
}
You need to upload the image I attach into the Media library and take its URL and replace it in the code. If the icon looks not good, contact us we will correct it.
Best Regards
Attachments:
You must be
logged in to view attached files.