I have tried several ways and have not yet been able to eliminate the "welcomeimage" on the home page. Suggestions please.
Thanks
eliminate welcomeimage
Re: eliminate welcomeimage
Locate the following style in your current theme CSS
and comment it out.
Code: Select all
div.welcomeImage{...}
Code: Select all
/*div.welcomeImage{...}*/
-
- Ensign (ENS)
- Posts: 19
- Joined: Sun Dec 21, 2008 2:15 am
Re: eliminate welcomeimage
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.
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
Could you post your store URL here?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: eliminate welcomeimage
I have had to take this out of the home page scriplet:
<tr>
<td class="welcomeImage">
<div class="welcomeImage"></div>
</td>
</tr>
<tr>
<td class="welcomeImage">
<div class="welcomeImage"></div>
</td>
</tr>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
-
- Ensign (ENS)
- Posts: 19
- Joined: Sun Dec 21, 2008 2:15 am
Re: eliminate welcomeimage
thanks I haven't checked this in a few days
eliminating the code out of home page scriplet worked
eliminating the code out of home page scriplet worked