Hi, I must be missing something here, but I cannot get the words "Welcome to PartyParcels" off my home page. It is the text in grey and I just want it gone.
Thanks in advance.
www.partyparcels.com.au
Hi, I must be missing something here, but I cannot get the words "Welcome to PartyParcels" off my home page. It is the text in grey and I just want it gone.
Thanks in advance.
www.partyparcels.com.au
Admin - Configuration - Layout Settings - Customer Greeting - Show On Index and set to 0
Thank you for your reply, but it is set to 0, that is why I am a bit confused.
You could go to Admin - Tools - Developer's Tool Kit and search for 'welcome to partyparcels' That'll show you what file it's defined in.
Then edit that file and upload it to the proper override folder.
Looks like your customer greeting, though. You could also search stylesheet.css for 'greeting' and set display to none.
Thanks again for your reply, but I am really stumped now. When I turn the customer greeting on, It just puts the "welcome guest..." line underneath this one so it is not that. I searched my css for "greeting" and got nothing and used the developers tool with the words "welcome to party parcels" and got nothing as well.
When I use fire bug on the page is comes up with this:
<div id="indexDefault" class="centerColumn">
<h1 id="indexDefaultHeading">Welcome to Party Parcels.</h1>
But I don't know what file this is in to get rid of it. Any other suggestions would be greatly appreciated.
Thank you.
I got it!it was in the tpl_index_default. I just deleted the line referencing indexDefaultHeading and saved it back to my custom file. It seems to have done the trick, just hope I haven't mucked anything else up by doing it.