Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default product description font

    I had been adding products only that all my fonts are not the same. is there a way to change the font on all the product descriptions at one time? I only have 160 or so products on there now so its not a deal breaker but it would help if I could.

    Also, is there a way to export all my products into a .csv file and add to it, then upload it?

  2. #2
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default Re: product description font

    One more thing. The descriptions I am copy pasting from the manufacturers site is showing up with a white background and black text when my template is dark grey. Is there a way to change that in the css?

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: product description font

    1. We'd have to see the site to know for sure, but adding this to the stylesheet would work on a stock Zencart installation:

    #productDescription {font-family: arial;}

    2. Search the Free Software Add Ons for easy populate.

  4. #4
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default Re: product description font

    I searched my css and this is the only entry that matches. Can it be changed to aerial 10pt.?

    #productDescription, .shippingEstimatorWrapper {
    padding: 0.5em;

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: product description font

    Again, we don't know what template you're using so I can't say for sure - try it and see.

  6. #6
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default Re: product description font

    ok, I killed all the categories except 2. I tried what you recommended and it didn't work. I am open to other ideas.

    Here is my site. http://www.thepistoldepot.com/store/

  7. #7
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default Default font

    ok, I did a search and did not find this particular issue.

    I want to make it so that when I put in a new product, the default font is set to 10 rather than 12. I found the code and changed it in css but it can be overridden by the 12 set int he product description box.

    How do I change that? This is what I changed in css

    body {
    color:#999;
    font: 12px arial, sans-serif;
    background-color:#000;
    margin:0 15px;

    I changed it to
    body {
    color:#999;
    font: 10px arial, sans-serif;
    background-color:#000;
    margin:0 15px;

    This works but the prod desc box has 12 in it automatically and it will show up as 12 in the prod desc when live as 12.

  8. #8
    Join Date
    Sep 2011
    Posts
    113
    Plugin Contributions
    0

    Default Re: Default font

    hmm,. never mind. That didn't work.

 

 

Similar Threads

  1. Product Description Font
    By Ranch Dog in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 27 Aug 2010, 02:02 PM
  2. Font size of product description.
    By Mudster in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Sep 2009, 01:34 PM
  3. Changing Font Size of Product Description
    By littletoycompany in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2008, 01:06 AM
  4. Product Description font size change?
    By EddieMac in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Apr 2008, 09:53 PM
  5. product description font size
    By Karole in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Mar 2007, 12:11 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