Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / HELP REQ: Step 3 of 3 QTY Color

HELP REQ: Step 3 of 3 QTY Color

Locked

Views: 524

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
6 Nov 2010, 9:31 PM
#1
jcjxxl avatar

jcjxxl

New Zenner

Join Date:
Sep 2010
Posts:
25
Plugin Contributions:
0

HELP REQ: Step 3 of 3 QTY Color

On step 3 of 3 at the bottom where it shows the items you have ordered, subtotal and total I can see all of the text (black text on white background) except for what is under QTY.

Can someone point me in the direction of changing the color of the text for this box or at least change color for QTY? As mentioned all other text is black except for QTY.

Thanks in advance for the help!

7 Nov 2010, 4:12 AM
#2
jcjxxl avatar

jcjxxl

New Zenner

Join Date:
Sep 2010
Posts:
25
Plugin Contributions:
0

Re: HELP REQ: Step 3 of 3 QTY Color

Found a temporary workaround - line 577 of stylesheet.css (depending on your mods the line number may vary but look in the general area)

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	color: #7a7979;

This controls the text color for a lot of things. So if I set it to white it worked perfect on everything except for the QTY on checkout because of the white background. Since I couldn't figure out how to change the background color I decided to change the text color to a light gray. This changed the color not only on checkout page but also for the prices listed under my items. No big deal it works. Just thought I'd share my temporary workaround.