Jump to content

Just installed and need help!


Recommended Posts

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.

Link to comment
Share on other sites

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

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...