HI I want to disable the Brands tab in the home page. I went into cms/static block and diabled brands tab. But the tab is still there. How do I remove it?
Thank you.
1 answer
Hi vertex615,
You go to your back-end navigate to the CMS >> Pages section, Go to edit your Home page whose title probably is "JM Scerif -- Magento theme for online accessories or scarf store ", at the editing page >> Design tab you remove the below xml from the field of Layout Update XML
HTML Code:
<action method="addTabs_staticblock"> <title>Brands</title> <identifier>position-16</identifier> <use_scrollerbar>0</use_scrollerbar>use_scrollerbar> </action>
Hope that helps !