Jump to content

(Solucionado) Prestashop 1.6 eliminar pagination superior.


Recommended Posts

Prueba añadir esto:

 

.top-pagination-content {
display:none;
 
}

en el css de tu plantilla. /themes/plantilla/css/global.css

 

Aunque quizas es mas optimo, que vayas al fichero:

 

/themes/plantilla/category.tpl

Busques esto:

 

 <div class="top-pagination-content clearfix">
                {include file="./product-compare.tpl"}
{include file="$tpl_dir./pagination.tpl"}
                </div>

Y lo comentes el pagination

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...