how to remove wishlist icon background color
-
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.
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
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.
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
Thanks for the code, it worked:)
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘how to remove wishlist icon background color’ is closed to new replies.