What is the cotact us page id and how can I disable the catalog, manufacturer left side box when I am in Contact page?
Thanks in advance!
What is the cotact us page id and how can I disable the catalog, manufacturer left side box when I am in Contact page?
Thanks in advance!
The easiest way to do this is to add to your stylesheet:
(/includes/templates/your_template/css/stylesheet.css)
#contactusBody #categories, #contactusBody #manufacturers {display: none;}