Jump to content

Edit History

Gavimse

Gavimse

Bonjour,

Je n'arrive pas à rallonger le titre de mes produits malgré la suppression du truncate.

Je veux que les titres des produits puissent s'afficher sur 2 lignes.

Il y a un effet au survol, peut-être que c'est ça qui m'en empêche.

Voici la ligne de mes titres :

                {block name='product_name'}
                  {if $page.page_name == 'index'}
                    <span class="h3 product-title text-capitalize test1"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {else}
                    <span class="h3 product-title text-capitalize test2"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {/if}
                {/block}

Dans theme/templates/catalog/_partials/miniature/product.tpl

 

Merci à tous :)

 

Gavimse

Gavimse

Bonjour,

Je n'arrive pas à rallonger le titre de mes produits malgré la suppression du truncate.

Je veux que les titres des produits puissent s'afficher sur 2 lignes.

Il y a un effet au survol, peut-être que c'est ça qui m'en empêche.

Voici la ligne de mes titres :

                {block name='product_name'}
                  {if $page.page_name == 'index'}
                    <span class="h3 product-title text-capitalize test1"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {else}
                    <span class="h3 product-title text-capitalize test2"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {/if}
                {/block}

Dans theme/templates/catalog/_partials/miniature/product.tpl

 

Merci à tous :)

 

Gavimse

Gavimse

Bonjour,

Je n'arrive pas à rallonger le titre de mes produits malgré la suppression du truncate.

Voici le site : https://www.lepotagerdupic.fr/3-panier-de-legumes

Je veux que les titres des produits puissent s'afficher sur 2 lignes.

Il y a un effet au survol, peut-être que c'est ça qui m'en empêche.

Voici la ligne de mes titres :

                {block name='product_name'}
                  {if $page.page_name == 'index'}
                    <span class="h3 product-title text-capitalize test1"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {else}
                    <span class="h3 product-title text-capitalize test2"><a href="{$product.canonical_url}">{$product.name}</a></span>
                  {/if}
                {/block}

Dans theme/templates/catalog/_partials/miniature/product.tpl

 

Merci à tous :)

 

×
×
  • Create New...