ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Font color of price
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Font color of price

 Post Reply Post Reply
Author
Message
Diaper Junction View Drop Down
Newbie
Newbie


Joined: 07-March-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Diaper Junction Quote  Post ReplyReply Direct Link To This Post Topic: Font color of price
    Posted: 10-February-2009 at 6:21pm
The prices in my store are, in my opinion, hard to see. I want to change the font to black, instead of the current gray.
 
I cannot figure out where to edit this.
 
If someone can tell me what file, I can edit it.
 
Anyone?
 
 
Thanks for any help!
 
Melanie
Diaper Junction
Back to Top
RUOnTheNet View Drop Down
Newbie
Newbie


Joined: 06-November-2008
Location: Vancouver
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote RUOnTheNet Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2009 at 6:47pm

The font colour is placed within the style sheet as mentioned below.

Look for the style sheet  ../pc/pcStorefront.css file and then find this info below for
 
pcShowProductPrice
 
 Then, change the color code below to whatever shade you like.
 
/* Change font color for "Show Product's Price" feature */
 #pcMain .pcShowProductPrice {
  color:#000000;
 }
 
That should work!   Alan
Alan,
www.AreYouOnTheNet.com
Internet Sales, Marketing & Affiliate Program Management
Back to Top
Diaper Junction View Drop Down
Newbie
Newbie


Joined: 07-March-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Diaper Junction Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2009 at 6:54pm
Hm. Well, that did change the word Price to black, but not the actual numbers.
 
;-/
 
Thank  you for your help.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2009 at 6:59pm
Hi,
  To change the price itself in pc/storeFront.css look for :-

    /* Style the transparent fields used by ProductCart Build To Order and Apparel Add-on */
    #pcMain .transparentField {
        border: 0;
        background-color: transparent;
        padding: 0;
                color: red;
    }   

- Where the color line has been added - unfortunately this class is used by other places as well, such as SKU at the top of the page - so if you really want to make it stand out you will need to tweak the code that creates the page, but if you just want to make it black, then don't worry.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2009 at 7:03pm
Hi, Actually, the place the existing color is being set is here :

    .pcForms input {
        border: 1px solid #CCCCCC;
        background-color: #F2F2F2;
        font-size: 11px;
        color:#666666;
        padding: 2px 3px 2px 3px;
    }

Back to Top
Diaper Junction View Drop Down
Newbie
Newbie


Joined: 07-March-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Diaper Junction Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2009 at 7:30pm
Got it, thank you!
Back to Top
GavinB View Drop Down
Newbie
Newbie


Joined: 20-June-2007
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote GavinB Quote  Post ReplyReply Direct Link To This Post Posted: 11-February-2009 at 7:23am
It would be nice to have the ASP generate a unique css class for the price. I have a client who likes to display the price a little larger and change color and I always end up having to butcher the actual .asp files to achieve this.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.