Moved: Reply To: Moved: Reply To: FEW QUESTIONS
-
Thank you 🙂
one more thing,
Please how can I edit the style of the hover on the product? I need to edit the border radius and the background color
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
border-radius: 10px;
background-color:yellow;
}
You can change 10px to increase or decrease the border-radius. Please set the color as per your needs.
Best Regards