ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - CSS issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CSS issue

 Post Reply Post Reply
Author
Message
kclark1515 View Drop Down
Newbie
Newbie


Joined: 20-October-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kclark1515 Quote  Post ReplyReply Direct Link To This Post Topic: CSS issue
    Posted: 10-May-2010 at 1:21pm

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!

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-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. 
Back to Top
kclark1515 View Drop Down
Newbie
Newbie


Joined: 20-October-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kclark1515 Quote  Post ReplyReply Direct Link To This Post Posted: 10-May-2010 at 9:35pm
Thank you!!!  You saved me a ton of time...I would have never thought to look there.
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.063 seconds.