way for "QuickView" icon to be visible on mobile
-
Hey there…
Is there a way that you could help me by adding quick view icon on home & shop page(thumbnail view)? There are no thumbnail styles which show “QuickView” icon…
https://ibb.co/bJMXcTw
Thanks in Advance, Hoping this could be fixed…
Hello,
You need to enable the Quick view in the Theme Settings > Shop > Quick view https://gyazo.com/4f6a050019adf6196f5016c07a07ae34
Chose Standard buttons design in the Theme
Please deactivate all the plugins not related to the theme, switch the parent theme, and check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
Elise Thanks for Replying,
Do you have any kind of grudge over me or something?
I’Ve Clearly Mentioned that “QuickView” ICON is not visible, but you are redirecting me to completely different issue here mate. Please Check The Screenshot AGAIN, There is Wishlist Icon & Add to cart icon visible on Shop Page in MOBILE VIEW
https://ibb.co/bJMXcTw
I HAVE QUICKVIEW ENABLED IN SETTINGS AND ABLE TO USE IT WITHOUT ANY ISSUES, The Issue is only with MOBILE DEVICES….
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-buttons .wd-quick-view-icon, .wd-buttons .wd-compare-btn {
display:inline-block;
}
}
Best Regards
It’s Solved Now.
One last thing. Could you please share the css to disable all four icons, Add to cart, Wishlist & compare individually?
Thanks after this you can mark this thread as solved
Hello,
What do you mean? Do you mean removing them?
Best Regards
Yes , removing them individually
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-buttons{
display:none;}
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards