Home Forums WoodMart support forum Moved: Reply To: Moved: Reply To: FEW QUESTIONS

Moved: Reply To: Moved: Reply To: FEW QUESTIONS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #319441

    amursalim9
    Participant

    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.
    #319510

    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

Viewing 2 posts - 1 through 2 (of 2 total)