+ Reply to Thread
Results 1 to 10 of 10

Thread: how to change font size of price ?

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    27

    how to change font size of price ?

    Dear Sir,

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

    price.JPG

    Thanks and Best Regards
    Phirun.
    Attached Images Attached Images
    Last edited by Pen Phirun; November 4, 2012 at 01:04 AM.

  2. #2
    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

  3. #3
    Junior Member
    Join Date
    Oct 2012
    Posts
    27
    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,

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    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)

  5. #5
    Junior Member
    Join Date
    Oct 2012
    Posts
    27
    Quote Originally Posted by Vladimir View Post
    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 ?

  6. #6
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    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.
    Attached Images Attached Images

  7. #7
    Junior Member
    Join Date
    Oct 2012
    Posts
    27
    Quote Originally Posted by Vladimir View Post
    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:
    featured.jpgonline.jpgRecently.jpg

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

  8. #8
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    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?

  9. #9
    Junior Member
    Join Date
    Oct 2012
    Posts
    27
    Quote Originally Posted by Vladimir View Post
    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:
    amount of price.JPG
    thanks,
    phirun.

  10. #10
    Junior Member
    Join Date
    Nov 2010
    Posts
    12
    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;
    }

+ Reply to Thread