Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Aug 2010
    Posts
    55
    Plugin Contributions
    0

    help question Changing the product info price color

    Hello, I have a what I thought was a simple problem. I wanted to change my product info price color from red to black. I right clicked and viewed the css elements and actually adjusted them from the site and the prices turned black.. GREAT!

    However, when I modify the ProductListings-data in my template, there is no color change. Can anyone give me any guidance?

    Thanks.

    Site is www.bullardpublishing.com

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing the product info price color

    Your Template Monster template changed all that. Find this in stylesheet_main.css and change the color: part-

    #productPrices {font-size:14px; color:#181c23; font-weight:bold; text-transform:capitalize}

  3. #3
    Join Date
    Aug 2010
    Posts
    55
    Plugin Contributions
    0

    Default Re: Changing the product info price color

    Great that was it! So now I am trying to change the price color from the Featured products on the main page before you select an item or a category. Once again the attribute I see controlling that color is .product_box_price inside the stylesheet_tm.css Is there something I am missing as to the ACTUAL one that is creating these colors? I'm a little confused.

    Thanks again stevesh.

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

    Default Re: Changing the product info price color

    Are you using Firebug? That will show you all the style rules that apply to the element, including ones that are overridden by others, and the one that has the final say.

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

    Default Re: Changing the product info price color

    Your stylesheet_main_OLD.css is interfering with your work. Delete it, or rename it like stylesheet_main.old.

    stylesheet_main_OLD.css (line 221)
    Code:
    .productListing-data {
    color:#DA0D0D !important;
    font-size:15px !important;
    font-weight:bold !important;
    line-height:24px !important;
    padding-top:0;
    text-align:center;
    }

  6. #6
    Join Date
    Aug 2010
    Posts
    55
    Plugin Contributions
    0

    Default Re: Changing the product info price color

    Heh, thanks guys. I swear I would be fine if it wasn't for files overriding other files overriding other files

    Just installed firebug for chrome. Thx for the suggestion.

 

 

Similar Threads

  1. Changing the color of product bar
    By commdiver in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jul 2010, 03:44 AM
  2. Changing Product info's image/title/price sorting order
    By mcolgan in forum Basic Configuration
    Replies: 0
    Last Post: 1 Feb 2010, 09:21 AM
  3. Changing the TEXT Color of the Product Categories & Documents Boxes
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Nov 2007, 10:08 PM
  4. changing the special price font color
    By katylouise in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 May 2007, 03:02 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