Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2004
    Posts
    43
    Plugin Contributions
    0

    Default new product listing color

    does anyone know how I could change the even/ odd rows in the new product listings?

    DaisieCompany.com--test

    Thank you in advance

    ** EDITED *** Never ever post in a forum, email, newsletter etc. the zenid or zenAdminID or you will be doomed!!

  2. #2
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: new product listing color

    Quote Originally Posted by youniquephotos View Post
    does anyone know how I could change the even/ odd rows in the new product listings?

    DaisieCompany.com--test

    Thank you in advance

    ** EDITED *** Never ever post in a forum, email, newsletter etc. the zenid or zenAdminID or you will be doomed!!
    Put this in your CSS:
    .productListing-odd td, .productListing-even td {
    vertical-align: top;
    padding: 0.5em;
    margin-bottom: 1em;
    background-color: black; (<-- insert your background color here)
    color: white; (<-- insert your foreground color)
    }

    Or you can split the heading and make different colors for odd and even rows.

    let me know if that works...

  3. #3
    Join Date
    Oct 2004
    Posts
    43
    Plugin Contributions
    0

    Default Re: new product listing color

    Thank you, it worked great for my all product listing, but not on the new listing, any ideas for the new product listing?

    Thank you!

  4. #4
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Idea or Suggestion Re: new product listing color

    Quote Originally Posted by youniquephotos View Post
    Thank you, it worked great for my all product listing, but not on the new listing, any ideas for the new product listing?

    Thank you!
    try this...

    newProductsDefault {
    vertical-align: top;
    padding: 0.5em;
    margin-bottom: 1em;
    background-color: black;
    color: white;
    }

    Not sure if this is what you want but I'm just guessing that it is...
    Oh... one thing that would help you out is to get aardvark for Firefox plugin. This allows you to see the classes and other information. This is how I find out what is where :)
    Last edited by crabdance; 5 Nov 2007 at 03:03 AM. Reason: more info

 

 

Similar Threads

  1. Edit all product listing and new product listing.
    By DigitalShadow in forum General Questions
    Replies: 1
    Last Post: 18 Dec 2010, 05:15 PM
  2. how to add freeshipping listing as new product listing and special listing
    By zeme_09g in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Apr 2010, 10:35 AM
  3. How to ?? Alternate Product Listing BG Color
    By wtashby in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 16 Mar 2010, 11:01 AM
  4. Change color of Product Listing bar
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Dec 2007, 09:06 AM
  5. Alternate font color on product listing?
    By charmedbytina2 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Jul 2007, 07:37 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