How to remove the image below newsletter

Hello,
How do I remove the image below the newsletter?
I can;t find it.
Thanks

1 answer

Profile photo of Saguaros 0.00 $tone October 31, 2012
Public

Hi oceanweb,

Do you mean this image: http://easycaptures.com/fs/uploaded/704/5625228366.png?

Please open this file: \app\design\frontend\default\jm_sterix (your default template)\layout\catalog.xml

Code:

<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml" after="right.poll" >
  <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
  <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
</block>

You could comment or remove this block or change image in: images/media/col_right_callout.jpg to your own.

#1

Please login or Register to Submit Answer

Written By

Comments