Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    128
    Plugin Contributions
    0

    Default Change font size and make price bold in subcategories listings..

    Hi,

    Please look at this page of my zencart: http://tinyurl.com/nlhg5d
    I'd like to make the text of the listings bigger but in particular to make the price bold.
    Where and how should I make changes? It is very important and I really can't solve it.

    Thank you for your help.

  2. #2
    Join Date
    Sep 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Change font size and make price bold in subcategories listings..

    Welp, it isn't as easy as it should be as the price doesn't have it's own container on your page. Short of adding one, and I'm not certain which file that would be in, you can add this to your stylesheet:

    Code:
    div.centerBoxContentsProducts
    {
    	font-weight: bold;
    }
    
    div.centerBoxContentsProducts div.listingDescription
    {
    	font-weight: normal;
    }
    
    div.centerBoxContentsProducts h3.itemTitle
    {
    	font-weight: normal;
    
    }
    If that doesn't work you try emphasizing your point as important:

    Code:
    div.centerBoxContentsProducts
    {
    	font-weight: bold;
    }
    
    div.centerBoxContentsProducts div.listingDescription
    {
    	font-weight: normal !important;
    }
    
    div.centerBoxContentsProducts h3.itemTitle
    {
    	font-weight: normal !important;
    
    }
    Good luck!
    Dygerati Design
    http://design.dygden.com

  3. #3
    Join Date
    Aug 2009
    Posts
    128
    Plugin Contributions
    0

    Default Re: Change font size and make price bold in subcategories listings..

    Thank you for your help! Wher shuold I put the code you provided exactly?

    Thanks again

 

 

Similar Threads

  1. v139e Help finding css to change price font size!
    By Peace74 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 5 Feb 2012, 04:22 PM
  2. Changing Font Size of Menu Items and Price in Product Listings
    By lolwaut in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jun 2011, 07:52 PM
  3. how to change subcategories font size ?
    By tony_sar in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Jan 2009, 11:23 AM
  4. Change the size/font etc of price with css?
    By mediathing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Oct 2007, 10:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR