Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Location
    California
    Posts
    82
    Plugin Contributions
    0

    Default Product Name Font

    Where do I go to change the Product Name font in the product page? thanks!

  2. #2
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Product Name Font

    In
    Code:
    includes->templates->YOUR-TEMPLATE->css->stylesheet.css
    Open that file in a text editor like notepad, do search for h1

    You should find something very much like this:
    Code:
    h1 {
    	font-size: 1.5em;
    	}
    What ever your's looks lilke, add something like this
    Code:
    font-family: 'Comic Sans MS', cursive;
    INSIDE the closing } so it looks kinda like this:

    Code:
    h1 {
    font-size : 1.5em;
    font-family: 'Comic Sans MS', cursive;
    }
    Just replace the font in red ('Comic Sans MS', cursive)with what ever font suits you. Save it and upload it to the css folder in your custom template.

    Hope that helps,

    Tom
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  3. #3
    Join Date
    Mar 2008
    Location
    California
    Posts
    82
    Plugin Contributions
    0

    Default Re: Product Name Font

    yes, that worked! thanks

 

 

Similar Threads

  1. Changing Font Size of Product Name
    By palafirst in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 13 Apr 2014, 10:42 PM
  2. Product name font size is Larger today
    By Maynards in forum General Questions
    Replies: 3
    Last Post: 7 Dec 2011, 08:06 PM
  3. Font Size of Product Name Shopping Cart
    By sharc316 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Oct 2011, 03:56 PM
  4. How to change the product name font
    By JackA in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 3 Jan 2008, 06:23 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