vt Posted September 27, 2012 Share Posted September 27, 2012 How to change font,size and format description of product category ? Thanks, Link to comment Share on other sites More sharing options...
spirits999 Posted September 27, 2012 Share Posted September 27, 2012 You can go in the folder themes>themename>category.css and add a style there. Link to comment Share on other sites More sharing options...
vt Posted September 27, 2012 Author Share Posted September 27, 2012 Thank so much. Link to comment Share on other sites More sharing options...
maurici Posted April 13, 2013 Share Posted April 13, 2013 I have the same problem and I don't understand the solution given he he. So can you explain more specific the process? I m new in prestashop, so I need to look for that theme folder throught the file manager Cpanel right?IF so what file do I need to add in category.css folder? When you say add a style there? Thanks for any tip Link to comment Share on other sites More sharing options...
Paulito Posted April 13, 2013 Share Posted April 13, 2013 (edited) Good morning, You need to explain a little more clearly as to which parts you want to change as it could be global.css or a module .css. It would be easier for you to use chrome or FF and use their developer tools which will pinpoint exactly the files to alter or, of course, you could post a screen shot or url and it's always a good idea to let people know what version of ps you are using Hope this may help Paul Edited April 13, 2013 by perfumeskunk (see edit history) Link to comment Share on other sites More sharing options...
maurici Posted April 13, 2013 Share Posted April 13, 2013 This is the text I can't change format ,color etc, my ps version is 1.5.2.0 my hosting gave me a cpanel with a file manager so if I need to add anything i can do it by ftp for example. I hope I showed it better this tiem theissue, sorry for my English I'm from Spain Link to comment Share on other sites More sharing options...
PascalVG Posted April 13, 2013 Share Posted April 13, 2013 H Maurici, do you have a link to your site? Makes it easier to find out exactly. Thx, Pascal Link to comment Share on other sites More sharing options...
Paulito Posted April 13, 2013 Share Posted April 13, 2013 Was thinking the same, Paul Link to comment Share on other sites More sharing options...
maurici Posted April 13, 2013 Share Posted April 13, 2013 Hello, It is not ready to wrok yet I'm working on it, the final domain is not set up yet, but let me know if oyu cna acces to it http://www.ingriburgi.pruebafactoriadigital.com/es/ Link to comment Share on other sites More sharing options...
PascalVG Posted April 13, 2013 Share Posted April 13, 2013 (edited) Looks like .cat_desc p in /themes/<your theme folder>/css/category.css: (around line 25/26) .cat_desc p { padding:0 10px 5px 10px ; // don't forget to add a ';' here if you add more lines // add here your adjustments... } Hope this helps, Pascal Edited April 13, 2013 by PascalVG (see edit history) Link to comment Share on other sites More sharing options...
maurici Posted April 13, 2013 Share Posted April 13, 2013 Thanks for the help, I'm sure that helps but as a newbie on this ( I don't know about php or css files or language, I'm sorry. I think I will have to contact some profesional that do it for me . I was thinking if there were any other way using the back office modules or something like that. Thanks! Link to comment Share on other sites More sharing options...
PascalVG Posted April 14, 2013 Share Posted April 14, 2013 (edited) Hi Maurici, for small things like this, just tell how you want it to be. Don't waste your money on these things. However, if you have many changes, look for a nice Theme. THere might be one that (almost) fulfils your wishes already, which is then easy and most of the time not very expensive. For now, what changes would you like? colour of background, colour of font, font-type preferred, font-size preferred, centered/left aligned, with a box/without box, etc. etc. many things are easy to do, so just tell your wish list, and we can see what we can write for you :-) Some basic changes: Font type: (just add the line where I mentioned before) font-family:"Times New Roman",Georgia,Serif; (for other fonts, look here and choose one line) http://snipplr.com/view/15545/ Font size: font-size:10px; (more options here: http://www.w3schools...ize&preval=10px ) Font color: color:red; Any color is possible. A list of standard colors can be found here: http://www.w3schools..._colornames.asp or here: http://www.w3schools.../css_colors.asp Background color: background-color:yellow; Here as well, you can choose any colour of course. Se color list above Text alignment: text-align:left; or text-align:center; or text-align:right; Play with it a little. Css is fun :-) More on Css (a walk through tutorial, fun to do, and you can play with it online and see the changes happen!), you can find here: http://www.w3schools...css/default.asp Hope this gives some ideas. Let us know any specifics, Pascal Edited April 14, 2013 by PascalVG (see edit history) 1 Link to comment Share on other sites More sharing options...
Paulito Posted April 14, 2013 Share Posted April 14, 2013 (edited) Good morning, As pascal said, please do not pay someone to do this for you. I have just given you an example of what you can do CLICK HERE It took me less than five minutes and I am certainly not an expert I hope this helps you to "try it yourself", it's all about learning and taking the first step into the unknown Paul Edited April 14, 2013 by perfumeskunk (see edit history) 2 Link to comment Share on other sites More sharing options...
maurici Posted April 14, 2013 Share Posted April 14, 2013 Hello Guys, Thank you very much for your help guys!! ,I understand a lot better how this works I see how I can change the basics. I love you!!!! Link to comment Share on other sites More sharing options...
susanne52 Posted July 26, 2016 Share Posted July 26, 2016 I just spent desparately 4 hours before find this topic ... thank You so much for this !!! :) :) Link to comment Share on other sites More sharing options...
Recommended Posts