Jump to content

How to change font,size and format description of product category ?


Recommended Posts

  • 6 months later...

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

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 by perfumeskunk (see edit history)
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by PascalVG (see edit history)
Link to comment
Share on other sites

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

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 by PascalVG (see edit history)
  • Like 1
Link to comment
Share on other sites

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 by perfumeskunk (see edit history)
  • Like 2
Link to comment
Share on other sites

  • 3 years later...
×
×
  • Create New...