This topic has 7 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Kazi Sabit
https://youtu.be/PRAy_KZ1MyM
Can I bring hover(3 buttons) menu top under the price vertically horizontally?
I want to place it in the pointed place – https://prnt.sc/jGGREkKtisAz
Is it possible with css?
This hover menu should appear in mobile when finger hovers on the picture. Until then it will keep hidden right? But it is always there in mobile. But works perfectly on desktop.
Hello,
It can’t be positioned correctly with the current content structure, and we do not want to advise bad CSS coding. Maybe it would be better to disable mentioned buttons.
Theme Options > WooCommerce > Shop > Products style > Product Content Elements > disable “Hover buttons on mobile”
Regards
Can I position it little bit right side? Because it is covering my picture. And also make it little bit bigger.
Hello,
Yes, please, use the next custom CSS code:
.footer-product {
background-color: #e1e1e1 !important;
right: 5px;
}
.product-view-mask2 .footer-product .show-quickly:before,
.product-view-mask2 .footer-product .button:before,
.product-view-mask2 .content-product .wishlist-fragment a:before, .product-view-mask2 .content-product .yith-wcwl-add-button a:before {
font-size: 14px !important;
}
Regards
Where should i put it ? in Global or mobile css?
Perfect. Worked.
The issue related to '‘Can I bring hover(3 buttons) menu top under the price vertically horizontally?’' has been successfully resolved, and the topic is now closed for further responses