Hi,
Hope you can assist.
Domain Url : http://magento.winevillage.co.za/
Template : JM Painite
My main navigation has been added however no matter what I do I cannot find how to remove the menu item "Painites Color"
I hope someone can assist?
2 answers
Go to this File app\design\frontend\default\jm_painitetemplate\pa ge\ja_vars.php
Find the Following code and replace it
Code:
$_params->set('usertool_color', 4); //0: disable, 4: show colors tools
With
Code:
$_params->set('usertool_color', 0); //0: disable, 4: show colors tools
Then Clear your magento cache and browser cache. Painites Color Menu will not be visible.
Note: If you Find my Post useful please click on the Thanks Icon
Thanks a million Chavan, worked like a charm!
If I may ask another question, I would like to add text and media icons etc into the sidebar…how would i go about this?
This question is now closed