Home New Guten Forums WoodMart support forum Background-color transparant

Background-color transparant

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

    [email protected]
    Participant

    Hi!

    How can I get the background-color of the WD Action Buttons transparant? They now are white.

    Attachments:
    You must be logged in to view attached files.
    #443999

    Hello,

    As there is a separate option available to do the mentioned change, so we applied the following Custom CSS on your Site to hide the background:

    .product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
        background: transparent !important;
        box-shadow: none !important;
    }

    Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> there you can find the CSS pasted.

    In this CSS, the box shadow property was also added because making just the background transparent wouldn’t work correctly as the box shadow will make the buttons background prominent too, that’s why we have removed the box shadow too.

    Best Regards

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