varlet42 Posted July 17, 2010 Share Posted July 17, 2010 Bonjour, J'aimerai augmenter la taille de la police concernant la description d'un produit dans les produits pharesJ'ai cherché dans le forum, mais je n'ai pas trouvé, pourtant ca doit bien être quelque part, j'ai pas dû taper les bons mots clè..Merci Link to comment Share on other sites More sharing options...
Atch Posted July 17, 2010 Share Posted July 17, 2010 Salut,Peut etre faut chercher la réponse sur un autre forum genre alsacréation ou le site du zéro.C'est du CSS, pas forcément du Prestahop....Regarde du coté de ton fichier global.css et cherche : #center_column div.products_block h5 aV++AtchPS : Sujet déplacé Link to comment Share on other sites More sharing options...
varlet42 Posted July 17, 2010 Author Share Posted July 17, 2010 Merci Atch, c'est bien du prestashop, mais j'ai oublié de dire que c'est un template que j'ai achété Je vais essayé Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 Ben, moi , j'arrive pas a changer la couleur de la police. J'ai bien rajouté le code:------#center_column div.products_block h5 a { color: #000; font-size: 1.3em}------mais rien ne change.Une suggestion ?merci d'avance. Link to comment Share on other sites More sharing options...
marc77 Posted October 6, 2010 Share Posted October 6, 2010 Avez vous bien enregistré la modification avec un editeur de texte dans le fichier global csset avez vous renvoyer votre fichier sur votre serveur avec votre logiciel ftpnormalement la modif doit être prisecordialementMarc Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 Merci Marc pour ta réponse.Ben oui, tout est bien enregistré, mais ça bouge toujours pas !je suis en local, mais je ne vois pas le problème !François Link to comment Share on other sites More sharing options...
marc77 Posted October 6, 2010 Share Posted October 6, 2010 Bon écoutes Francois là je suis un peu claquémais des demain je me penche sur ton problème,si entre temps quelqu'un te résoud celui ci n'oublie pas de mettre résoludans l'entete de ton messagecordialementMarc Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 Cool, no problem.Merci d'avance.François Link to comment Share on other sites More sharing options...
Divine Posted October 6, 2010 Share Posted October 6, 2010 Bonsoir,Que cherches-tu à changer ?Le titre ou les descriptions des produits ? Dans tes listes de produit ou juste dans les produits phares ? Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 La couleur de la police, tout simplement...Apparemment, j'ai tout bien fait, mais la font reste de marbre !#center_column div.products_block h5 a { color: #000; font-size: 1.3em}Merci pour ton aide.François Link to comment Share on other sites More sharing options...
Divine Posted October 6, 2010 Share Posted October 6, 2010 Donc tu souhaites modifier la couleur du titre des produits phares.Alors pour cela tu n'as pas besoin d'ajouter de ligne particulière.Il te suffit de modifier le code couleur à la ligne 1056 de ton fichier global.cssIl est actuellement #374853, remplaces-le par #000 Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 comme je disais un peu plus haut, je suis en local sur un nouveau site.Donc pas celui de la signature, désolé !----voici la partie du css en local sur lequle je travaille:/*#center_column .products_block li.last_item { float: none; clear: both }*/#center_column .products_block li.last_item_of_line { border-right: none }#center_column .products_block li.first_item_of_line { clear: both }#center_column .products_block li.last_line { border-bottom: none }#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }#center_column div.products_block h5 { display: block; margin-top: 8px; height: 1.57em}#center_column div.products_block h5 a { color: #000000; font-size: 1.3em}#center_column div.products_block ul li p { margin: 0; padding: 0; color: #000; font-size: 1.2em}#center_column div.products_block p.product_desc { height: 9em; color: #000}#center_column div.products_block a.product_image { display: block; background-color: #928c83 ; margin-bottom: 2px; margin-left: 2px; width: 129px; height: 129px}#center_column div.products_block .product_accessories_description a.product_image { width: 118px; height: 85px}#center_column div.products_block a.product_description { display: block; width: 118px; height: 50px; margin-left: 2px;}#center_column div.products_block a.product_image img { float: none; margin: 0}#center_column div.products_block h5 { margin: 10px 5px 3px 5px }#center_column div.products_block p.product_desc { margin: 0 5px }#center_column div.products_block ul li p.product_desc a { font-weight: normal }#center_column .products_block span.price { text-align: center; font-size: 1.5em; padding: 0.5em 0; /*display: block;*/}p.price_container { text-align: center }#center_column .products_block .featured_price { margin-top: 2.5em }#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive { margin: 0.5em auto }/* Special style for block accessories in center column (product page) */ Link to comment Share on other sites More sharing options...
Divine Posted October 6, 2010 Share Posted October 6, 2010 Ah je n'avais pas fait attention désolé As-tu essayé en ajoutant !important comme ceci :color: #000000!important Link to comment Share on other sites More sharing options...
NPLK Posted October 6, 2010 Share Posted October 6, 2010 rien a faire, ça passe pas !un vrais mystère qui commence a bien me prendre le chou.En tous cas merci encore.François Link to comment Share on other sites More sharing options...
Divine Posted October 6, 2010 Share Posted October 6, 2010 Bizarre effectivement...C'est vrai qu'en local je ne peux pas faire grand chose pour toi mais quand tu aura mis ton site en ligne on y verra peut-être plus clair Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now