There is a issue with the product carousel where the box shadow is only around the corners not the whole box. I have attached an image of the woo commerce product carousel and xstore product carousel. As you can see, the effect isn’t working
This topic has 11 replies, 3 voices, and was last updated 3 weeks, 2 days ago ago by Luca Rossi
There is a issue with the product carousel where the box shadow is only around the corners not the whole box. I have attached an image of the woo commerce product carousel and xstore product carousel. As you can see, the effect isn’t working
Hello,
Thank you for reaching out to us.
Could you kindly provide the URL of the page shown in your screenshot? This will help us assist you more effectively.
Best regards,
8Theme’s Team
Yes sure, you also have access to the admin account.
Hello,
Private Content
Best regards,
8Theme’s Team
Private content
Private content – additional help
Hello,
We kindly request you to update the theme and Core plugin by following the instructions provided in the links below: https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Once the updates are complete, please clear your cache and review the results.
Should you have any questions or require further assistance, please do not hesitate to reach out.
Best regards,
8Theme’s Team
Hi, i checked and its still not complete
Dear @Wick’d,
We’ve fixed this issue by adding this custom CSS code:
body .swiper {
padding: 15px 10px;
}
Could you please check again: https://prnt.sc/CFG-ptP14nFV?
Thank you!
This is a temporary fix, it should be less dark when not hovered but when hovered, it should be a bit darker and more spread
Dear @Wick’d,
There is no setting for the hover state.
Please add this custom CSS code also:
.etheme-product-grid-item:hover {
box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.8) !important;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up