eliminate welcomeimage

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
ocf@rme-w.com
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Dec 21, 2008 2:15 am

eliminate welcomeimage

Post by ocf@rme-w.com » Sun Jan 25, 2009 10:56 pm

I have tried several ways and have not yet been able to eliminate the "welcomeimage" on the home page. Suggestions please.

Thanks

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: eliminate welcomeimage

Post by mazhar » Mon Jan 26, 2009 4:53 am

Locate the following style in your current theme CSS

Code: Select all

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

Code: Select all

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

ocf@rme-w.com
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Dec 21, 2008 2:15 am

Re: eliminate welcomeimage

Post by ocf@rme-w.com » Mon Jan 26, 2009 1:31 pm

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: eliminate welcomeimage

Post by mazhar » Tue Jan 27, 2009 3:46 am

Could you post your store URL here?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: eliminate welcomeimage

Post by jmestep » Tue Jan 27, 2009 7:56 am

I have had to take this out of the home page scriplet:
<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

ocf@rme-w.com
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Dec 21, 2008 2:15 am

Re: eliminate welcomeimage

Post by ocf@rme-w.com » Sun Feb 01, 2009 9:34 pm

thanks I haven't checked this in a few days
eliminating the code out of home page scriplet worked

Post Reply