Right now when I try to style the shopping card via the <div> tags it gets overwritten because the inline element.style is overriding it.



I have tried nesting it within the other <div> to raise the rank but I don't think it can.



How can I just directly customize using CSS?

  • created

    Mar '10
  • last reply

    Mar '10
  • 1

    reply

  • 829

    views

  • 2

    users

Maybe you could try using "!important" in your custom style declarations?