rumberger 1 Posted March 13, 2013 I just installed prestashop 1.5 and need some help with a few things. First, on the default template I can not seem to get the default categories to go away in the footer area. How is this done? Does anyone have good blog module they could send to me? Thanks in advance. Share this post Link to post Share on other sites
tdr170 679 Posted March 13, 2013 Edit the global.css file and find this section: /*************** Block CATEGORIES ***************/ Scroll down and find sub-section: /* footer */ Change this: .blockcategories_footer { padding:15px 10px; } To this: .blockcategories_footer { padding:15px 10px; display:none } Share this post Link to post Share on other sites