Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I lost the font color of product name in special/new/featured sideboxes....

I lost the font color of product name in special/new/featured sideboxes....

Views: 1,581

Results 1 to 7 of 7
10 Oct 2013, 11:49 AM
#1
benxp avatar

benxp

New Zenner

Join Date:
Jul 2005
Posts:
43
Plugin Contributions:
0

I lost the font color of product name in special/new/featured sideboxes....

I cannot remember what I did but the font color of product name in special/new/featured sideboxes is lost. Pls check the attachment, the normal display as sidebox1.jpg, there is no product name at there, but when I select the content in the sidebox, the product name is there and it looks like changed into white or lost the original color for some reasons.... How can I get the color back? Thanks for your helps!!

10 Oct 2013, 1:44 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: I lost the font color of product name in special/new/featured sideboxes....

More than likely you changed something in the stylesheet (css) which effected the color of the text.

10 Oct 2013, 7:48 PM
#3
benxp avatar

benxp

New Zenner

Join Date:
Jul 2005
Posts:
43
Plugin Contributions:
0

Re: I lost the font color of product name in special/new/featured sideboxes....

I only install the flexible_product_listing1_0 plug-in and uninstall after I found it is not very good. I didn't do anything on stylesheet.css. Any idea?

10 Oct 2013, 8:41 PM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: I lost the font color of product name in special/new/featured sideboxes....

Not really since the stylesheet is what controls the text color.

10 Oct 2013, 9:26 PM
#5
benxp avatar

benxp

New Zenner

Join Date:
Jul 2005
Posts:
43
Plugin Contributions:
0

Re: I lost the font color of product name in special/new/featured sideboxes....

below is the code from stylesheet.css, could you tell me how I can change it? Or could you tell me how I can change the color of the product title in those 3 side boxes?

.sideBoxContent {padding: 0.4em;padding-bottom:10px;border-bottom:1px dashed #aaa;border-right:1px dashed #aaa;border-left:1px dashed #aaa;margin-left:5px;margin-top:0px;padding-top:10px;}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {color: #8ec63d;text-decoration: none;}
#catBoxDivider {display:none;}
#whatsnew, #featured, #specials {color:#444;}
#whatsnew a, #featured a, #specials a{color:#fffffd;}
#specialsHeading a, #whatsnewHeading a, #featuredHeading a {}
#specialsHeading a:hover, #whatsnewHeading a:hover, #featuredHeading a:hover {color:#8ec63d;}
#shoppingcartHeading {font-size:1.1em;}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .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:#444;}

11 Oct 2013, 12:43 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: I lost the font color of product name in special/new/featured sideboxes....

Probably this: #whatsnew a, #featured a, #specials a{color:#fffffd;}

but, as always, styling questions can usually be answered easily if you provide a link to the site.

11 Oct 2013, 10:14 PM
#7
benxp avatar

benxp

New Zenner

Join Date:
Jul 2005
Posts:
43
Plugin Contributions:
0

Re: I lost the font color of product name in special/new/featured sideboxes....

Thanks Steve, yes, my negligence. Just changed to other color code and the problem is solved. Many thanks~