Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

    Default Color change for product listing

    Hey,

    In the Categorie Pages:

    I want Product Listings to have the price in blue, and the product name in black.

    How do I do this? It seems a little harder than I thought.

    Just CSS or alter a template?

  2. #2
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Color change for product listing

    Solved this one, was a bit tricky though.

    What I did was altered:

    includes/modules/magic/product_listing.php
    line 88 & 100 add style color to the h3 x 2

    can modify deeper by changing the h3's to div's.

    Combine this with stylesheet changes and the product listing colors are under your control.

    There you go.

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Color change for product listing

    Might it not be easier to add following to stylesheet
    plus additions for your requirements re text i.e
    Code:
    .productListing-odd {
        background-color: #FFFFFF;
     }
    .productListing-even {
        background-color: #EFEFEF;
     }

  4. #4
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Color change for product listing

    Hmmm, something to think about!

    I had a really good swipe at it Misty. No matter what I did to the stylesheet didn't want me to control the color of the price and the product name individually. I suspect that is due to the product name being a link to the product info page, and the product name is colored as a link, if you see what I mean. It has a link color. If this is due to my previous stylesheet changes I'm not sure. It's a little hacked now so I wasn't able to test your stylesheet change. Thanks for the thought though!

 

 

Similar Threads

  1. Change the font color in Product Listing page
    By wilson_li in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 8 Aug 2011, 06:56 PM
  2. How to change color of bar above product listing
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2009, 01:59 AM
  3. change font color in category's product listing
    By yellowsub in forum Setting Up Categories, Products, Attributes
    Replies: 16
    Last Post: 19 Mar 2009, 06:33 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. How to change font color for Product Listing
    By Jbraz in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 23 Oct 2007, 03:21 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