Jump to content

[RESOLU]Augmenter la taille de police Prix à l'unité


Recommended Posts

Les modifs ne peuvent pas se faire via css car c'est le style body qui est utilisé. En modifiant la taille on modifie tout le body.

Il faut modifier le fichier product.tpl à la ligne 303 comme suit :

<span id="unit_price_display" style="font-size: 18">3,50 €</span>

avec la font-size de ton choix.

 

Sauvegarde ce fichier avant de faire la modif . Suis pas un expert...:-)

Link to comment
Share on other sites

super merci Icstra!

 

j'ai fait la modif suivante   ligne  435 du product.tpl:

 

<p class="unit-price"><span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}</p>

 

par 

 

<p class="unit-price"><span id="unit_price_display" style="font-size: 20"</span>{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'htmlall'

 

dernière petite question on peu changer la couleur du texte ?

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