1 / 3
Oct 2011

My cart is unreadable as it is black. The View cart srats a popup window which is deriving the colors from the css theme i guess. How do i disable the css color to my cart. Is there a way to fix this. I have tried the code that was suggested to be added to the end of the stylesheet, but it is not solving my problem.

Can you help please ?

  • created

    Oct '11
  • last reply

    Oct '11
  • 2

    replies

  • 855

    views

  • 2

    users

  • 1

    link

Presumably you're referring to the line of CSS code suggested on this help page:

http://www.e-junkie.com/ej/trouble.buttons.cart-css.htm



That was really intended as just an example suggestion to get you started on the right track; it's not really possible to offer a more specific solution without seeing a page where the problem is happening, but you may need to experiment with adding CSS selectors for elements nested inside that main cart DIV, e.g.:



div#EJEJC_window,

div#EJEJC_window div,

div#EJEJC_window table,

div#EJEJC_window td

{background-color:#FFF;}



Accordingly, I've updated our help page with this expanded example.

PROBLEM Solved!!! Thank you very much:)

I added this code to the sidebar section of the stylesheet file, and it worked!



Thanks!!