
Originally Posted by
gjh42
So you need to style all of the parts of the sidebox. Find in your stylesheet
#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}
and below that add rules starting with #shoppingcart, like
#shoppingcart {background: #aabbee; border: 1px solid #667788;}
#shoppingcartHeading, #shoppingcartHeading a {color: #334455;}
You can find the classes and ids of elements to style by installing Firefox and its Web Developer and /or Firebug extensions. These are the main tools we use for helping people with questions like this.