Remove Color Options from Footer

Hello.
I am trying to remove the ‘Sulfur Color’ Menu from the footer in JM Sulfur. I have looked in ‘Static Blocks’ and also edited footer. , and I cannot find the option anywhere. Please tell me how to turn this off from the footer.

Thank you.

6 answers

Profile photo of JA Developer 0.00 $tone June 29, 2009
Public

Hi

Open app\design\frontend\default\jm_sulfurtemplate\pag e\2columns-right.phtml file, at about line 95, find following code:

Code:

<div style="width: 33%;" class="ja-box-left">
<div class="box">
    <h3>Sulfur Color</h3>
 	<?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
</div>
</div>

and remove it.

#1
Profile photo of Daniel Pegues 0.00 $tone July 1, 2009
Public

Hello JA Developer. What you told me to do did remove the Color Options for the JM Sulfur template from most of the site. I have noticed, however, that the Color Options are still available if you view the shopping cart.

Can you please tell me how to remove the Color Options from the footer on the shopping cart page?

Thank you.

#2
Profile photo of Daniel Pegues 0.00 $tone July 1, 2009
Public

Previously, you told me to edit the file:

2columns-right.phtml

Should I also edit the files:

1column.phtml
2columns-left.phtml
2columns-right.phtml
3columns.phtml

?

Thanks in advance for your assistance.

#3

This question is now closed

Written By

Comments