Resim Açıklaması – Picture Explanation
-
Hello there.
I want to prevent the explanations from appearing when I hold the mouse over the image. This only happens in the categories.
Thank you.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.cat-design-center .more-products {
display: none;
}
div.cat-design-center:hover .hover-mask {
transform: translateY(calc(-50% + 20px)) translateZ(0);
-webkit-transform: translateY(calc(-50% + 20px)) translateZ(0);
}
Regards
I mean this.
The code you sent did not work
Attachments:
You must be
logged in to view attached files.
Sorry, but this title is an HTML attribute and it can’t be hidden. Moreover, we can’t remove it from the HTML since it comes from WooCommerce plugin.
Hello.
I can not believe it can not be a solution.
What do I have to do to prevent it from appearing
🙁
Hi,
Sorry, but we don’t have a solution for that since it is not related to our theme. You can switch to default WordPress theme and see that it comes from WooCommerce plugin and happens on all WordPress themes.
Regards