english.php , line 75
define('BOX_HEADING_LINKS', ' [more]');
change to
define('BOX_HEADING_LINKS', '');
english.php , line 75
define('BOX_HEADING_LINKS', ' [more]');
change to
define('BOX_HEADING_LINKS', '');
Thanks Tony a great help have now got it sorted.
I changed it to
define('BOX_HEADING_LINKS', '');
This only gave me a blank site so tried this
define('BOX_HEADING_LINKS', ' ');
And this is now working great
Thanks again for your help as I would never have found this on my own.
'' is two single quotes with no space in between them ..
you might have used single Double quotes " that might have caused your site go blank.
Yes thats what I did, I am learning new things everyday with the Tutorials and Forum all very helpful.
Thanks
you welcome
use Developers tool kits under tools menu in admin to locate any text in your shop.