Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    78
    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
    78
    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. Increase font size of subcategories
    By Kitty in forum General Questions
    Replies: 18
    Last Post: 12 Jan 2011, 07:17 PM
  2. How can I change Font-weight from Bold to Italic?
    By ttmb33 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Sep 2009, 11:30 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
  •