Quote:
Originally Posted by buddy
i have moved cart module on the top of the page and now i would want to change the color of the table but i don't know what i have to do.
If i change css class i change all modules and i don't want that.
|
Hi,
open tpl file of your cart and rename its classnames to yous (ex., <table class="my_class">...</table>). Open css file and dublicate the classnames you changed in template. Do not forget to rename them to the same name ("my_class"). Change "dublicated" styles color and etc.