PDA

View Full Version : how to change font size of price ?



Pen Phirun
November 4, 2012, 12:55 AM
Dear Sir,

How to change font size price of sort listings ?, and show sort description of sort listings ?
please see my picture below:

222

Thanks and Best Regards
Phirun.

Chris Brown
November 4, 2012, 12:52 PM
For changing price you may need to add some css to relate to it.

To add description you need to ad the description field to the short form of your categories/master category

Pen Phirun
November 5, 2012, 12:02 AM
Dear Brown,

What file CSS for edit font size of price, and tell me about number line of code css ?
Please help me..:(

Thanks and Best Regards
Phirun,

Vladimir
November 5, 2012, 05:33 AM
Hello,

You can edit it in file: templates/your_template/css/style.css (line ~16; css class: div#listings div.list div.item label.disp-block)

Pen Phirun
November 5, 2012, 05:56 AM
Hello,

You can edit it in file: templates/your_template/css/style.css (line ~16; css class: div#listings div.list div.item label.disp-block)



My Template General Sky, i don't understand line ~16 show border-padding: 0;

and than how can i do ?

Vladimir
November 5, 2012, 06:52 AM
My Template General Sky, i don't understand line ~16 show border-padding: 0;

I've chcked your template. You should edit the line ~ 753 - 758.

Pen Phirun
November 5, 2012, 07:53 AM
I've chcked your template. You should edit the line ~ 753 - 758.

Hello Vladimir,

Vladimir i still don't understand about style.css file, why when changed code, it's always error all contents.
now i changed code of line ~ 753 - 758 but my all contents error ( Featured Listings, Recently Products.., please see my picture below:
224225226

I'm sorry that bother you, but i need you to help me.
Thanks you so much.

Vladimir
November 5, 2012, 11:16 AM
1. I explained to you in previous messages where you could change the style sheets.
2. Unfortunately I don't see these problems (on screens) in your site.
3. Could you please explain us in more details what do you want to change?

Pen Phirun
November 5, 2012, 11:45 AM
1. I explained to you in previous messages where you could change the style sheets.
2. Unfortunately I don't see these problems (on screens) in your site.
3. Could you please explain us in more details what do you want to change?

sorry i want to change is amount of field price from font normal to font bold and increase size 1 or 2.
please see my picture:
227
thanks,
phirun.

Kevin
November 30, 2012, 09:27 AM
Hello,

Every field has personal id where you can edit style via CSS file.
I looked at your website and found ID of field: sf_field_173_price

You should add the following code to the bottom of the file:

#sf_field_173_price {
font-size: 14px;
font-weight: bold;
}