Hi there,
I know under theme options you can change the contact text displayed in the breadcrumb area. However i noticed on many pages (for example buddypress member pages, etc.) it will still remain the default one: “fell free to call us…”. By the way there is a typo in it as well it should be “feel free to call us…” 😉
Then i began mining for the cause of it and found out you have hardcoded that text in lines 578 and 973 of the file lib/options.php. Changed it there but had no effect. So i looked further and found something in the database: in wp_options table there is a record with the key ‘option_name’ => kleo_kleo_child.
In the ‘options_value’ field of this record i could find this text and modified it. First it just screwed up the breadcrumb area. So i went back to theme options and reset the header section. Finally it has had the desired effect.
Regards
P.S. 1.6.1 update is just great! 🙂