Print Page | Close Window

CSS issue

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=3694
Printed Date: 16-July-2025 at 1:34am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CSS issue
Posted By: kclark1515
Subject: CSS issue
Date Posted: 10-May-2010 at 1:21pm

https://www.toastheads.com/store/pc/viewcategories.asp - https://www.toastheads.com/store/pc/viewcategories.asp

 

When you add products to the cart in my store, and then go to checkout, the font is REALLY light, and you can't even see what the words are - can someone please give me a simple solution to fix this??  I am terrible with CSS and where those fields are pulling from, so I just thought off the top of their head, if someone could tell me how I can change it, that would be great.

 

Thanks!




Replies:
Posted By: Hamish
Date Posted: 10-May-2010 at 5:30pm
The color is being set by JSD-styles.css :
.bodytext {
  font-size: 10pt;
  line-height: 16pt;
  font-family: Tahoma, Verdana, Arial;
  color: #e0dbb9;
  text-transform: none;
}

In SpryAccordianOPC.css look for :

.AccordionPanelContent {
    background-color: #FFFFFF;
    overflow: auto;
    margin: 0px;
    padding: 10px;
    height: 200px;
    font-size: 11px;
    text-align: left;
}

- And add a color CSS tag to it (assuming you do not want to change the other one. 

-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code



Posted By: kclark1515
Date Posted: 10-May-2010 at 9:35pm
Thank you!!!  You saved me a ton of time...I would have never thought to look there.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net