Jump to content

Getting rid of the little '+' in category view?


Kazz

Recommended Posts

Hi,

 

I'm new to PrestaShop and experimenting with the categories section. I want to make clickable links instead of the little '+'. How do I get rid of it? I've tried looking in the code, but i cant seem to find where it is created! Any help would be appriciated :)

 

Regards

 

//Kazz

Link to comment
Share on other sites

two options.

 

1. go the the root img directory and delete 'categories_plus.gif

2. go to global.css div#categories_block_left span.CLOSE

then add break to (../img/categories_plus.gifbreak)

that will break the code where it won't display.

this option will allow you to go back and change it if you don't like, the only

thing to do is delete the word 'break' and the plus sign will appear again.

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...