Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Hoboken, NJ
    Posts
    96
    Plugin Contributions
    1

    Default Product listing title - can't disable bold...

    I should probably be tazered for asking this question but here it goes. I for the life of me can not get the title in the product listing view to not be bold. I see using the web developer plugin with Firefox that the property is h3 .itemTitle. I have tried setting everything including font-weight: normal. I assume it has something to do with the h3 but had no luck finding that in the product_listing page. I am using the column gird view contribution and version 1.3.8a of Zen Cart.

    I should mention I am able to change the size of the title...

    Code:
    h3.itemTitle {
    	font-size: smaller;
    	font-weight: normal;
    	text-decoration: none;
    	}
    Cal
    Last edited by modernm; 28 Jan 2008 at 10:32 PM.

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Product listing title - can't disable bold...

    Quote Originally Posted by modernm View Post
    I should probably be tazered for asking this question but here it goes. I for the life of me can not get the title in the product listing view to not be bold. I see using the web developer plugin with Firefox that the property is h3 .itemTitle. I have tried setting everything including font-weight: normal. I assume it has something to do with the h3 but had no luck finding that in the product_listing page. I am using the column gird view contribution and version 1.3.8a of Zen Cart.

    I should mention I am able to change the size of the title...

    Code:
    h3.itemTitle {
    	font-size: smaller;
    	font-weight: normal;
    	text-decoration: none;
    	}
    Cal
    The code you just pasted worked just fine on my site. Make sure there isn't another .itemTitle css entry somewhere, and make sure you only have ONE main stylesheet uploaded to the server (every stylesheet that is only and in the css/ folder will try and express itself). If you still have issues, please post a link.

  3. #3
    Join Date
    Dec 2007
    Location
    Hoboken, NJ
    Posts
    96
    Plugin Contributions
    1

    Default Re: Product listing title - can't disable bold...

    Quote Originally Posted by jettrue View Post
    The code you just pasted worked just fine on my site. Make sure there isn't another .itemTitle css entry somewhere, and make sure you only have ONE main stylesheet uploaded to the server (every stylesheet that is only and in the css/ folder will try and express itself). If you still have issues, please post a link.

    Thanks for checking Jettrue, that gave me the bump I needed. I went down the list of bold items in the stylesheet and disabled them to see if it would fix the problem. This is what I found...


    Code:
    .centerColumn a:link , #navBreadCrumb a:link {
    	font-weight: bold;
    	text-decoration: none;
    	color: #9B897B;
    	}
    
    .centerColumn a:visited , #navBreadCrumb a:visited  {
    	color: #9B897B;
    	font-weight: bold;
    	text-decoration: none;
    	}


    So after seeing that, currently learning CSS, I did this...


    Code:
    .centerBoxContentsProducts a:visited, .centerBoxContentsProducts a:link {
    	font-size: smaller;
    	font-weight: normal;
    	text-decoration: none;
    	}

    Now it is acting as expected :-)



    Cal

  4. #4
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Product listing title - can't disable bold...

    hi, i cant understand where you post this code to remove bold. :) my problem is the same

  5. #5
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Product listing title - can't disable bold...

    this code goes in your includes/templates/YOUR_TEMPLATE/stylesheet.css

  6. #6
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Product listing title - can't disable bold...

    Just on a related note....

    If you do not have Firebug - an addon for Firefox installed - your creating yourself a lot of work.

    It is an extremely handy tool especially for problems such as these.

    Joshiz - can you post a link to your site and describe the problem - it will allow others to help this way.
    Steve
    Site Under Construction: adatglobal.com

 

 

Similar Threads

  1. bold price on product listing page
    By galtech in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2012, 03:40 PM
  2. Bold Title
    By expensivedesign in forum Basic Configuration
    Replies: 4
    Last Post: 10 Apr 2010, 04:48 PM
  3. Changing font from bold to normal in product listing info
    By andrew55 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jun 2009, 09:41 PM
  4. Can't seem to turn bold off subcategory without turning off bold on top category
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2006, 09:15 AM

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