Quote Originally Posted by helpme View Post
On the actual menu I want
Home Catagories Information Contact Us My Account SHOPPING CART
I want the background of the menu (only for Shopping Cart) to change to pink and leave the font white.


Does that make sense? I want to point out the link to the shopping cart.

Thanks
Sure, since the shopping cart link is already using the style "noLine" you can style it however you want in the stylesheet. Try adding this to your stylesheet_header_menu.css:

div#dropMenu li a.noLine {background-color:#d3bacd;}

Of course using whatever color you prefer.