We have a web site designed by a third-party and based on Drupal. I'm reasonably familiar with Drupal but I'm going nuts trying to find a way to edit a bit of text.
It appears on the home page and can be found in the database as the only row in the table content_type_home_page. I can also find it in the cache where the text is prefixed with field_home_copy.
There's some sort of weird view thing going on on the home page and when I edit it I don't see any of the usual blocks, menus etc and certainly no references to any fields. I can find the definition of the field elsewhere but nowhere can I edit the actual content.
I could hack it in the database but I'd rather find out how to do it properly. Any ideas much appreciated.
J