This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
Hi,
Is it possible to change SHARE SOCIAL to SHARE THIS PRODUCT on every product pages?
Please help!
Thank you 🙂
Hello,
You can change it in the \wp-content\themes\classico\framework\shortcodes.php file on line 486
Change the following code
if($title) $html .= '<span class="share-title">'.$title.'</span>';
to this
if($title) $html .= '<span class="share-title">SHARE THIS PRODUCT</span>';
Regards,
Robert Hall
Great advice! It worked 🙂 Thank you Robert!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘How to change SHARE SOCIAL to SHARE THIS PRODUCT on product pages?’' has been successfully resolved, and the topic is now closed for further responses