how to change text ” GO TO SHOP”
-
how to change text ” GO TO SHOP”
i have shared url in private content. in that url, we can see ” GO TO SHOP” text. how to change the text ?
Hi kidsdial4,
Thanks for reaching to us.
+ In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article
https://xtemos.com/docs-topic/theme-translation/
https://xtemos.com/docs-topic/how-to-make-woodmart-multilingual-with-wpml/
+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.
Best Regards,
okay, we really have not much idea about theme translation and all, please tell me how we can hide those texts ?
Hi kidsdial4,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
body.yith-request-a-quote-page .return-to-shop{
display: none;
}
Regards,
i placed that code, now how hide/replace text of “Return to shop” in compare page which i posted in private content
-
This reply was modified 1 year, 4 months ago by
Luke Nielsen.
Hi kidsdial4,
Thanks for your patience.
+ Some strings related to Wishlist / Compare / Login & Register page, you can change in Theme Settings > Shop or Theme Settings > My account https://prnt.sc/W8Tt95stG3YC
Regards,
-
This reply was modified 1 year, 6 months ago by
Hung Pham.