Change upsell product layout on sidebar.
-
I really liked the sidebar with the related product, however. I don’t like the idea of the user having to hover the image in order to see the products title / price. I would like to know how I could change that layout so that my users can see the product title and price without having to hover.
Here’s a print screen of what my product page is currently looking like.
https://prnt.sc/WzaJHSoqbj-R
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to say i have not seen any upsell product sidebar on your site.
Screenshot for clarification:
https://ibb.co/Zzm0X9X
Best Regards.
Hey there!
I deactivated it due to the problem I had reported here.
I activated it again so that you guys could have a look!
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.upsells-widget .small-product-info {
z-index: 1 !important;
visibility: visible !important;
opacity: 1 !important;
pointer-events: none;
transform: none !important;
}
Best Regards.
İ want close Related products
Attachments:
You must be
logged in to view attached files.
Hello,
If you want to close the related product you need to disable this option (Hide Related Products).
Best Regards.