Jump to content

[ugly but solved] remove double sub-category


Recommended Posts

ps 1.5.5 http://iotoscana.tk/

 

 

hello as the title, I need to eliminate the double-category as in the picture,

 

doppia%2520categoria.JPG

 

but I can not figure out where to intervene, category.tpl? I tried to eliminate some of the descriptions below category, but if I remove the site is not reachable.

 

I would also like to delete the pictures sub-categories

 

thanks again

Edited by lui1969 (see edit history)
Link to comment
Share on other sites

I hope to receive soon a solution, however I solved as bad as choice, but you have to settle.

 

themes / your theme / css / global.css

 

line 76

 

by so

 

h1 {

margin-bottom: 20px;

font-size: 24px;

line-height: 22px

 

in so

 

h1 {

margin-bottom: 20px;

font-size: 0px;

line-height: 22px

 

prestashop 1.5.5

 

I tried to delete category.tpl subcategories but does not work

Link to comment
Share on other sites

×
×
  • Create New...