i cant remember which php file where the defualt heading is defined, such as "welcome to my shop" (not the index.php file).
Thanks for any help in advance
Elliot
i cant remember which php file where the defualt heading is defined, such as "welcome to my shop" (not the index.php file).
Thanks for any help in advance
Elliot
little extra clarification...
The heading i want to remove is ' welcome to o r c h a r d d i r e c t!'.
Can be found here www.o r c h a r d d i r e c t.co.uk
Thanks
#indexDefaultHeading {
display:none;
}
in the stylesheet would work, or you can use the Tool Kit to find that id.
Hi,
I was going to do that but id rather edit the php file. Im just struggling to find it. Ill use that if i cant solve it via php.
Thanks for your speedy reply.
Many thanks
Any ideas on the php file?
includes/templates/template_default/templates/tpl_index_default.php
You should be using the override system and editing it in includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php
Thanks for the replys. Where is HEADING_TITLE; defined?
Use admin>tools>developer's tool kit to find information like that.
Fantastic, never used that tool before.