Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
We would like to change the text “SIMILAR STYLES” to “WE ALSO LIKE”.
How do I do this please?
Many thanks
Euan
You can use a translator plugin like loco translate or just go in the code and change this file:
woocommerce/single-product/related.php
You can replace this file in child theme in this way it will stay updated.
Thanks
Thanks Ludjon
This is working but not sure what you mean about replacing in the June Child theme as there is no WooCommerce folder in the Child them folder?
Kind regards
Euan
Hello,
Normally the child theme initially has only the functions.php and style.css files. You add and create every other file. So if a folder is not already present in it, you have to create it! Just make sure to keep the same file path in child theme as it is in parent theme!
So if in parent you have this path: june/woocommerce/single-product/related.php
The same will be in child theme: june-child/woocommerce/single-product/related.php
Read more here: https://codex.wordpress.org/Child_Themes
Best regards!
You must be logged in to reply to this topic.