Home Forums WoodMart support forum Remove image info

Remove image info

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #427927

    dunies
    Participant

    Can you please tell me how to remove image info on hover?

    Please check screenshot.

    https://preview.themeforest.net/item/woodmart-woocommerce-wordpress-theme/full_screen_preview/20264492?_ga=2.94063517.1243447370.1670624317-994307559.1670624317

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
        opacity: 0;
        transform: none;
    }

    If the code does not work, please provide the page URL.

    Best Regards

    #428767

    dunies
    Participant

    I’m sorry to tell you that by the code you sent me, the buttons of cart and wishlist disappear. The style I use is the full info on hover.

    What I need is to remove only the alt text. Is there another way to remove that alt text from image hover?

    #428954

    Hello,

    Please provide the page URL and screen what you want to remove.

    Best Regards

    #429787

    dunies
    Participant

    The alt text in the red circle

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

    Hello,

    Unfortunately, we cannot remove the image title. This is a browser feature and we cannot remove it. You can try to remove the image title.

    If you have any questions please feel free to contact us.

    Best Regards

    #430158

    dunies
    Participant

    The problem was caused by the dimensions that was added on your demo. I removed the dimensions and problem was fixed. Hope this piece of information will help other people.

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

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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