This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi everyone,
I’m using the Eva sub theme. Can anyone help me how to change the text that appears when standing on a picture? (product catalogue on the home page/ grid?)
Thanks 🙂
Kind regards,
Sofie
Hello,
You may edit classico/woocommerce/content-product.php file (use a child theme to prevent losing changes them after theme update https://codex.wordpress.org/Child_Themes) or simply change hover effect https://prnt.sc/g9i8yo. If you want to use this effect but hide some element, for example, categories, use custom css:
.product .product-image-wrapper.hover-effect-mask .products-page-cats {
display: none;
}
Regards
Thank you 🙂 Works perfectly 🙂
You’re welcome!
Regards
The issue related to '‘Changing text when standing on picture’' has been successfully resolved, and the topic is now closed for further responses