Re: Mini cart colors only?
The minicart.tpl is including by the menu_cart.tpl. If you wont to change it you will find it in skin1/cutomer/main/minicart.tpl. To change the bg color for example open the minicart.tpl and add <div class="whateveryouwanttocallit">before everthing and </div> after everything. Then open skin1/skin1.css and add .whateveryouwanttocallit{
background-color: Black;
color: White;
}
This will change the background to black and the text to white. Its just a example. For more details may post what you exactly want to do.
__________________
v 4.1.8 and v 4.1.9
WIN XP: Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45
UNIX: Apache 1.3, PHP 4.4.4, MySQL 5.0.22
|