Jump to content

Recommended Posts

Quiero sacar el baner que aparece en la página de productos de las categorías. Qué archivo tengo que modificar y qué linea específicamente?.. 

 

Puedes quitar la imagen que te aparece en la edición de categoría desde el backoffice o bien modificar el fichero category.tpl que encontrarás dentro de la carpeta /themes/default-bootstrap y eliminar esta parte de la línea 48:

{if $category->id_image}style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 top no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if}
Link to comment
Share on other sites

Gracias.. Eliminé la siguiente linea de /themes/default-bootstrap/category.tpl y funcionó:

 

                    <div class="content_scene_cat_bg" {if $category->id_image} style="background:url({$link->getCatImageLink($category-
 
>link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height:
 
{$categorySize.height}px;"{/if}>
Link to comment
Share on other sites

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