Thread: Product Title

Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Product Title

    Hello, I have been trying for weeks to figure out where and how I can change the font COLOR of only the product title. Any suggestions or hints would be very much appreciated, thank you

    I am currently using: v1.3.9h

  2. #2
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Product Title

    Quote Originally Posted by ricangem View Post
    Hello, I have been trying for weeks to figure out where and how I can change the font COLOR of only the product title. Any suggestions or hints would be very much appreciated, thank you

    I am currently using: v1.3.9h
    Hello,

    These things and many other are controlled in your stylesheet.css file. Use the browser FireFox and add Firebug from http://getfirebug.com/. This program will help you find any items in your site that you would like to style and give the portions of the stylesheet that are currently being applied that element.

  3. #3
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Product Title

    The color and font of the product title is controlled by the H1 tag in the stylesheet. This is from one of my sites:

    h1 {
    font: bold 20px Arial;
    color: #4e637e;
    padding: 0 0 2px 0;
    margin: 0 0 17px 0 !important;
    }

    Changing the red highlighted will change the color. However, it would also change the color for other headings using H1. I'm sure there is a way to add a new H1 entry to the stylesheet that applies only to product titles, but somebody more skilled than I will have to come along.

  4. #4
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Product Title

    Thank you both for the great input! I found where to change the color ... but no luck on where to change the font size, any suggestions?

  5. #5
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Product Title

    Quote Originally Posted by ricangem View Post
    Thank you both for the great input! I found where to change the color ... but no luck on where to change the font size, any suggestions?
    Where you changed the color would also be where you change the font size. You'd add or edit an element that looks like this:

    font-size: XXpx;

  6. #6
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Product Title

    @RescoCCC, The stylesheet where I changed the font color only had the option to change the color, the font wasn't available. Sample:

    h1{
    color:#000000;
    }


 

 

Similar Threads

  1. How Do I Change Page Title as "Site Name - Product Title"?
    By maishane in forum Basic Configuration
    Replies: 5
    Last Post: 8 Feb 2013, 07:22 AM
  2. Product title after Description in Title
    By Paul69 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 3 Jul 2011, 11:36 PM
  3. Replies: 1
    Last Post: 7 Apr 2007, 08:05 PM

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