Home Forums WoodMart support forum how to remove wishlist icon background color

how to remove wishlist icon background color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #288734

    itsterry0908
    Participant

    I don`t know why wishlist icon background color on shop page becomes black, only on tablet and mobile device, how to remove it? Screenshot is attached, please let me know how to solve this.

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

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #288819

    itsterry0908
    Participant

    Hello,

    I have deactivated all plugins not related with the theme, and switched to parent theme, even removed some css code related with the wishlist icon, but still nothing changed, the icon background color remains black, the screenshot is attached.

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

    Hello,

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

    body .wd-hover-button .wd-buttons {
        background-color: transparent;
    }
    .wd-buttons .wd-action-btn>a {
    color:#000000;
    }

    Best Regards

    #289064

    itsterry0908
    Participant

    Thanks for the code, it worked:)

    #289186

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘how to remove wishlist icon background color’ is closed to new replies.