Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Change Price listing color

    I'd like to change the color of the prices in the product category listings.

    I edited my CSS to make td.productListings-data red, but that changed both the product's descriptions and price to red. Is there something for just the price?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change Price listing color

    A link directly to the page you want adjusted
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Price listing color

    http://jandmmodels.net/index.php?mai...ndex&cPath=1_2

    I would like to change the prices listed to red instead of black.

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

    Default Re: Change Price listing color

    Any ideas on this one?

  5. #5
    Join Date
    Jun 2009
    Location
    Brisbane, QLD AUS
    Posts
    210
    Plugin Contributions
    0

    Default Re: Change Price listing color

    this is how i did it:

    look for the line 112 in includes/modules/YOURTEMPLATENAME/product_listing.php...

    $lc_text = $lc_price;

    now change it to something like this...

    $lc_text = '<span class="greenText">' . $lc_price . '</span>';

    then add the classname "greenText" to your CSS file, and adjust properties to suit. this won't affect formatting for special prices etc. as that is defined elsewhere. to do this requires work on the function that actually gets the prices themselves.

    hope this helps.

  6. #6
    Join Date
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Price listing color

    Oh thank you. That worked!

 

 

Similar Threads

  1. v150 price class missing, can't change price font color
    By kitkitng in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jun 2012, 05:51 AM
  2. Change Color of Attribute Price?
    By hemz in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 25 Apr 2008, 04:27 PM
  3. Color change for product listing
    By coolglobal in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Feb 2008, 01:11 PM
  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. display product listing by price, color..
    By fcegarra in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Sep 2007, 01:48 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