Page 1 of 1

eliminate welcomeimage

Posted: Sun Jan 25, 2009 10:56 pm
by ocf@rme-w.com
I have tried several ways and have not yet been able to eliminate the "welcomeimage" on the home page. Suggestions please.

Thanks

Re: eliminate welcomeimage

Posted: Mon Jan 26, 2009 4:53 am
by mazhar
Locate the following style in your current theme CSS

Code: Select all

div.welcomeImage{...}
and comment it out.

Code: Select all

/*div.welcomeImage{...}*/

Re: eliminate welcomeimage

Posted: Mon Jan 26, 2009 1:31 pm
by ocf@rme-w.com
Hi Mazhar

Thanks for the reply

I tried commenting out last night, (backed up my files and restored them when it did not work) and repeated it this morning. (style.css in Glass WhiteLilly theme).

/*div.welcomeImage { width: 580px; height:180px; background:#FFFFFF url(images/image.gif) no-repeat; }*/

The welcome image is still there. Is there a cache someplace that needs to be cleared on the server ? I am perplexed.

Any additional suggestions will be greatly appreciated.

Re: eliminate welcomeimage

Posted: Tue Jan 27, 2009 3:46 am
by mazhar
Could you post your store URL here?

Re: eliminate welcomeimage

Posted: Tue Jan 27, 2009 7:56 am
by jmestep
I have had to take this out of the home page scriplet:
<tr>
<td class="welcomeImage">
<div class="welcomeImage"></div>
</td>
</tr>

Re: eliminate welcomeimage

Posted: Sun Feb 01, 2009 9:34 pm
by ocf@rme-w.com
thanks I haven't checked this in a few days
eliminating the code out of home page scriplet worked