Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: font size and color questions

    Anyone?
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

  2. #12
    Join Date
    Oct 2006
    Posts
    177
    Plugin Contributions
    0

    Default Re: font size and color questions

    Hi there,

    We are also having a problem with our product descriptions- ours are too large. When we look at the page source we see that it is a H1 with an id of productName and a class of productGeneral.


    So we have looked in our Sylesheets for any reference of either class or ID and cant find anything. We created a h1 for this class but it did not alter the text.

    Can anyone tell us how to change this text size and why I cant fine these classes in the CSS/

    We are simply trying to change the Product name and the Product Name alone.

    Thanks in advance!
    If you need URL let me know Ill be happy to post
    Red
    [FONT="Comic Sans MS"]Red[/FONT]

  3. #13
    Join Date
    Aug 2005
    Posts
    26,047
    Plugin Contributions
    9

    Default Re: font size and color questions

    Towards the top of a standard stylesheet there is an entry like:
    Code:
    h1 {
    	font-size: 1.5em;
    	}
    And you can change this for a global h1 alteration - if only for the product info page you can find or add a #productName tag with a font-size: ??; declaration
    Zen-Venom Get Bitten
    Get Your Business Found

 

 
Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •