cityfox Posted November 9, 2012 Share Posted November 9, 2012 Hi guys I want to change the font size and the colour for all my product descriptions without manually having to go into each product. How can this be done? Someone said something about global.css but I have no idea where to change this. Thanks for your help. Link to comment Share on other sites More sharing options...
yaniv14 Posted November 9, 2012 Share Posted November 9, 2012 Each description is different, which mean if you want the product description from the product page is different file to edit than the product list at featured product, if you can be more specific I can help you, if you can attach a link to your site with detailed information about what you want I will help you as much as I can. Link to comment Share on other sites More sharing options...
1sweetman Posted November 22, 2012 Share Posted November 22, 2012 Hi....I'd like to know how to do this too.... In add new product it is the Description: (appears in the body of the product page) font ...NOT the short description (appears in the product lists and on the top of the product page) Many thanks in advance.... Link to comment Share on other sites More sharing options...
vekia Posted November 23, 2012 Share Posted November 23, 2012 as @yaniv14 said, please, we can help in this case if you paste here links to your shops Link to comment Share on other sites More sharing options...
1sweetman Posted November 23, 2012 Share Posted November 23, 2012 Why oh why do you need to see the front page to tell me how to adjust something in the BO?.......it's the main body of description on every product.... www.sexythings4u.eu www.mckreddy-windsor.co.uk www.printer-toners4u.co.uk Link to comment Share on other sites More sharing options...
Marco9011 Posted November 23, 2012 Share Posted November 23, 2012 Hi, I'd need to know to me if you can. Change colors, fonts in the same way for everyone. In order to avoid changing every single product manually. thanks My e-commerce: http://www.elettroincassodoc.it/ Link to comment Share on other sites More sharing options...
yaniv14 Posted November 23, 2012 Share Posted November 23, 2012 Again none of you guys are paying attention to my first post. Basically the text in the website that is not getting a specific style is located at: themes/default/css/global.css between lines: 54-56 assuming you are using prestashop 1.5.2 line 54:font:normal 11px/14px Arial, Verdana, sans-serif; <---- The size & style of the font line 55:color:#222; <---- The color of the font line 56:background:#fff <----- The background of the font All your styles inside product pages located at: themes/default/css/product.css (in general) Now lets take 1sweetman url for example: http://www.sexythings4u.eu/ at home page in order for him to change the text for the featured product he will need to edit homefeatued.css in the module folder, because if you will change the main body font style from global.css you will effect the entire screen (left column, right column text). that's why I said its important to know which part exactly you want to change. lets stay with the same url of 1sweetman, if he want to change font style for products description, the product list page & the individual product page are different files to edit also. If someone need help with that, please be more specific about your request. Link to comment Share on other sites More sharing options...
1sweetman Posted November 23, 2012 Share Posted November 23, 2012 Which file (and preferrably which lines) is it for 'product description from the product page'...not front page, not home page, not global changes....... On the product page it is for the 'More Info' text. Thanks Link to comment Share on other sites More sharing options...
yaniv14 Posted November 23, 2012 Share Posted November 23, 2012 in themes/default/css/global.css -> line 619 right now you have: #more_info_sheets {padding-top:10px} just add what ever you want, like font-size:16px; etc.... so you will have #more_info_sheets {padding-top:10px; font-size:16px;} btw: this is your full description text. if you want to edit the short description which located on the right side of the image you need to edit themes/default/css/product.css line 122 -> #pb-left-column #short_description_block 1 Link to comment Share on other sites More sharing options...
muhsinap Posted April 9, 2013 Share Posted April 9, 2013 Hai , How can i use prestashop webservice to get all products Link to comment Share on other sites More sharing options...
dazlia Posted August 1, 2013 Share Posted August 1, 2013 (edited) Hi guys I want to change the font size and the colour for all my product descriptions without manually having to go into each product. How can this be done? Someone said something about global.css but I have no idea where to change this. Thanks for your help. I wish people on this forum would actually read peoples post before posting solutions, it's so frustrating! Nobody on here who has given a 'solution' has managed to address the fact he also asked about the COLOUR! So any chance someone could please explain what line you put in to change the font? Here is my existing CSS which relates to #more_info_sheets. If I want to change the font colour to red (for example) on ALL product descriptions (short description and also 'info' decription) where would i put it please? } #more_info_sheets {padding-top:10px} #more_info_sheets ul, #more_info_sheets ol, #more_info_sheets dl {margin-left:20px} #more_info_sheets em {font-style:italic} #more_info_sheets .product_desc{ margin-top:5px } #more_info_sheets .product_desc .product_image{ float:left } #more_info_sheets .product_desc .block_description{ float:left; margin-left:10px; width:420px } #more_info_sheets .product_desc .clear_product_desc{ clear:both; height:0px; line-height:0px } Thanks guys Edited August 1, 2013 by dazlia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 1, 2013 Share Posted August 1, 2013 hello everything depends on the template, you use default one? Link to comment Share on other sites More sharing options...
dazlia Posted August 2, 2013 Share Posted August 2, 2013 hi vekia yes im only using default one mate Link to comment Share on other sites More sharing options...
vekia Posted August 2, 2013 Share Posted August 2, 2013 #short_description_block, #more_info_block { color:red!important; } Link to comment Share on other sites More sharing options...
dazlia Posted August 2, 2013 Share Posted August 2, 2013 brilliant, thanks mate Link to comment Share on other sites More sharing options...
vekia Posted August 3, 2013 Share Posted August 3, 2013 you're welcome glad that i could help you if you have any other questions - feel free to write Link to comment Share on other sites More sharing options...
LittleBuddy.us Posted June 2, 2014 Share Posted June 2, 2014 (edited) you're welcome glad that i could help you if you have any other questions - feel free to write Hi Vekia, How can I change font size & text content on product page in PS 1.5.6.2? www.best99wares.net Q1: I have tried to modified product.css but nothing changed. BTW, I can`t find where is 'product_reference'. Q2: Where can I change the text content ? Edited June 2, 2014 by LittleBuddy.us (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2014 Share Posted June 2, 2014 hello i replied in your topic here; http://www.prestashop.com/forums/topic/334834-how-can-i-change-font-size-text-content-on-product-page/ Link to comment Share on other sites More sharing options...
kathykeen Posted March 1, 2015 Share Posted March 1, 2015 I am using the Transformer template and would like to increase the font size of the short product description as well as the product description after you click "More". Can you please help? Regards, Kathy Link to comment Share on other sites More sharing options...
hanuwant Posted April 28, 2015 Share Posted April 28, 2015 Again none of you guys are paying attention to my first post. Basically the text in the website that is not getting a specific style is located at: themes/default/css/global.css between lines: 54-56 assuming you are using prestashop 1.5.2 line 54:font:normal 11px/14px Arial, Verdana, sans-serif; <---- The size & style of the font line 55:color:#222; <---- The color of the font line 56:background:#fff <----- The background of the font All your styles inside product pages located at: themes/default/css/product.css (in general) Now lets take 1sweetman url for example: http://www.sexythings4u.eu/ at home page in order for him to change the text for the featured product he will need to edit homefeatued.css in the module folder, because if you will change the main body font style from global.css you will effect the entire screen (left column, right column text). that's why I said its important to know which part exactly you want to change. lets stay with the same url of 1sweetman, if he want to change font style for products description, the product list page & the individual product page are different files to edit also. If someone need help with that, please be more specific about your request. Hi, I want to edit the featured product menu. For this I searched for homefeatued.css file but there is no code to edit. Any suggestion for that. I am using ps 1.6.0.11 Link to comment Share on other sites More sharing options...
Recommended Posts