Hi,

I might be getting a little confused. I am assuming the pages i'm talking about are called ez pages.

On my site, in the side boxes on the right there is a layout box labeled 'information'

When any of these pages are clicked the following is displayed

on the shipping & returns page
- it says "shipping & returns" in the top left corner of the main content (this needs deleting)

on the privacy notice page
- it says "privacy notice" in the top left corner of the main content (this needs deleting)

on the about us page
- it says "about kitchen & bedroom interiors ltd" in the top left corner of the main content (this needs deleting)

I have now found a solution to remove this text:
go to your files in the following directory:
INCLUDES/TEMPLATES/TEMPLATE_DEFAULT/TEMPLATES

open the relevant file and delete what ever appears for your <h1> tag, to delete the heading for the privacy page for example you would delete the following line:

<h1 id="privacyDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

Cheers

colin