View Single Post
  #2  
Old 02-05-2014, 04:25 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Left Categories Navigation

The easiest way you can try is:
1) Create new menus via Simple CMS module. They will have names of your categories and will link to actual category pages.
2) Apply custom CSS rule that will hide categories section. I used this rule:
Code:
.block-top-categories {display: none;}

It is really easy and takes 5 minutes to apply. After that I got the following result:
http://awesomescreenshot.com/0eb2b2eb62

Is it what you need?
Reply With Quote