Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default How to change the product name font

    I've been stuck trying to change the font for the name of the product on the the Product Info page. Here is an example

    http://www.artbeautiful.com/index.ph...oducts_id=1623

    I want to change the Verdana Italic "Les Coquelicots" in the gray color to Georgia. I tried a number of variations of this, with no success, including:

    #productName {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    }

    body #productName {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    }

    h1#productName {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    }

    #productinfoBody #productName {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    }

    #productinfoBody h1#productName {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    }

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: How to change the product name font

    Which style sheet are you changing? Try the other one in the other template folder.

    You mod should have worked, Recheck and see if chmod 644 is there.

    Also do the obvious, clear the cache and recheck.
    Cheers!
    v2.2.1

  3. #3
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to change the product name font

    Thanks, but I'm a little confused on your reply:

    I use the includes/templates/mine/css/stylesheet.css and it's the only one I've been using. Which other are you suggesting I try?

    chmod 644 is a permission setting? If so, for which file or folders? I now have a 644 on the stylesheet.css file and a 755 on the css folder. I have had no trouble with other css edits that could not be resolved with the right declaration.

    I cleared the cache and browse history. No change.

    Which mod are you suggesting should work? I show four I have tried.

    Thanks again.
    Last edited by JackA; 2 Jan 2008 at 04:09 PM.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: How to change the product name font

    HTML Code:
    h1 {
    
    	color: #777777;
    
    	font-size: 2em;
    
    	font-weight:normal;
    
    	font-style: italic;
    
    	}
    The above is the declaration you need to override - try adding the font-style:none to one of your other attempts to find the one that works.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to change the product name font

    Thanks, but I want to keep the italic style and change the font-family to Georgia, Times New Roman, Times, serif

    That setting is in the body tag. I need for this font change to apply to all titles in all Product Info pages.

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How to change the product name font

    Code:
     #productName .productGeneral
    is css code you require, via Firefox Web Developers Kit

  7. #7
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to change the product name font

    I use Firebug on FF and tried your suggestion. I'm sorry, but it doesn't change it.

    Also tried:

    #productName.productGeneral

  8. #8
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to change the product name font

    I find that the font family change in my Objective #2 is working in IE6, not in FF PC or Mac using

    #productName {/*font-family property*/}

  9. #9
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How to change the product name font

    Code:
     #productName { 
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.5em; 
    }
    #productGeneral { 
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.5em; 
    }
    Just tested above, works in IE6, IE7, Firefox and Safari

  10. #10
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to change the product name font

    True, it does change the font, which puzzles me because 'productGeneral' is not an ID but a class, in the HTML. It also changes ALL the verdana to Georgia, which I don't want. Gotta be a solution here somewhere for Firefox.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  2. Option name is HUGE-How to change the font size?
    By Valgal in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 16 May 2010, 01:16 AM
  3. How can I change FONT for the product name?
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 13 Sep 2009, 07:46 AM
  4. how to change the font size of product name?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Apr 2007, 08:51 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