Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    54
    Plugin Contributions
    0

    Default Products page Model, Item Name Colors?

    On the Products page the middle green bar has 3 labels:

    1. Model
    2. Item Name
    3. Price

    Is there a way to change the font color? Blue on a green bg is hard on my eyes!

    Also, on IE8 the right side is cut off - anyone know of a way to fix this? I removed the left and right side column displays.

    Image attached

    Thanks...
    Attached Images Attached Images  

  2. #2
    Join Date
    Sep 2004
    Posts
    156
    Plugin Contributions
    0

    Default Re: Products page Model, Item Name Colors?

    In your stylesheet find this...

    FORM, SELECT, INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
    color: #000000;
    }


    Remove "FORM" and create it's own style.

    example:
    FORM {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
    color: #CCCCCC;
    }
    Stacee Edwards

 

 

Similar Threads

  1. Change Model, Item Name, Price font colors
    By B-G-H in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 10 Jan 2011, 10:32 AM
  2. Categories page item name wrong (name-)
    By shoulders in forum General Questions
    Replies: 3
    Last Post: 12 Jul 2008, 01:31 PM
  3. Sorting products by model instead of name
    By trondos in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 21 Jun 2007, 10:53 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