Home Forums WoodMart support forum The buttons over the product, hidden the product picture

The buttons over the product, hidden the product picture

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99404

    miluga
    Participant

    Hello
    In the mobile version, in the shop list products, the buttons over the product hide part of the image, how can I do the buttons are transparent like these?
    shop

    Thanks

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

    Hello,

    Please add the code to the Theme settings > Custom CSS:

    body .woodmart-hover-icons .woodmart-buttons{
    background-color:transparent;
    }

    Best Regards

    #99558

    miluga
    Participant

    Hello,

    That CSS code not working for mobile devices.

    Best Regards

    #99569

    Hello,

    Add this code to the mobile and tablet:

    body .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons>div a {
        background-color: transparent;
    }

    Best Regards

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