Thread: font issues

Results 1 to 3 of 3
  1. #1

    Default font issues

    I am redoing my site because i wanted to move to the upgraded v1.3.5 and i was having problems with my old site. The font on my new site that im working on is not matching the font on the old site. I want the links in the sidebox to be one size bigger on my new site. i copied the same font size as the old site and it looks smaller. And then if you click on the product listing page the font size is a font size BIGGER than i want so how do i make that smaller. I know its in the stylesheet but which two places should i change?
    Old site:
    www.shopjackiesjewels.com
    new site:
    www.shopjackiesjewels.com/store

  2. #2

    Default Re: font issues

    never mind. i figured it out. i added this to my stylesheet:

    .itemTitle a:link, .itemTitle a:visited {
    font-size: .8em;
    color: #999999;
    }
    .itemTitle a:hover, .itemTitle a:active{
    color: #cccccc;
    }

    but if anyone knows how to get rid of where it says more info... under the item name on the product listing page (http://www.shopjackiesjewels.com/sto...=index&cPath=1) let me know.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: font issues

    Look in /includes/languages/your_template/english.php, around line 372:
    PHP Code:
    // more info in place of buy now
      
    define('MORE_INFO_TEXT','... more info'); 
    Replace the '... more info' with '' (two single quotes).

    Any time you want to change some output text, use the Developer's Toolkit in admin > Tools. Enter the text in the lower left box and select "All Files". This will show you where the text is defined or used.
    Last edited by gjh42; 16 Sep 2006 at 09:35 PM.

 

 

Similar Threads

  1. category tab font color issues
    By futilemonk in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Feb 2011, 06:31 PM
  2. Font issues after banner change
    By northie in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Apr 2010, 10:40 PM
  3. font size issues with prices
    By Richard.Tung in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 21 Jul 2009, 05:53 PM
  4. IE font size issues...please help
    By detonateme in forum General Questions
    Replies: 4
    Last Post: 5 Jun 2009, 11:19 PM
  5. Font size, spacing issues
    By toriapilar in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2007, 05:36 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