View Single Post
  #2  
Old 03-11-2014, 03:02 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: X-Cart 5 Remove Categories from Homepae body

Hi!

Thanks for asking! First thing to try is to apply the following CSS code via the System Settings > Look & feel > Custom CSS section in your admin area:

Code:
ul.subcategory-list { display: none; }

Please, let me know if it works for you.

Note: this approach will hide the subcategories from all the pages, not from home page only.
Reply With Quote