This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
Another problem I have is that the quick view of products is not visible on mobile but it is in desktop mode.
Hello, @David,
We are delighted to inform you that the issue you were experiencing on your site has been successfully resolved.
The solution involved the addition of a Custom CSS code.
This was done under the following path: Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. For your reference, we have provided a screenshot which can be accessed via this link: https://postimg.cc/XG5hJT9f
Additionally, we have recorded a video capturing the entire process. You can view this video at your convenience.
Best Regards,
8Theme’s Team
It could appear only when you click on the image because it covers the entire image of the plant. You could also make the background transparent with a green text color.
Thank you
Hello, @DAVID,
We apologize for any inconvenience caused. We would like to inform you that we have enabled the option to display the quick view on mobile. We have also removed the Custom CSS code that we previously added to your site. You can find this option under Xstore >> Theme Options >> WooCommerce >> Shop >> Product Styles >> Product Content Elements >> Hover Buttons on Mobile.
If you wish to alter the background color and the text color of the quick view on mobile, you will need to use the Custom CSS code provided below. Please adjust the color in the given code according to your preferences.
@media(max-width: 767px){
.product-view-default .footer-product .show-quickly {
background-color: transparent !important;
color: #88ff88 !important;
}
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up