X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Mini cart colors only? (https://forum.x-cart.com/showthread.php?t=25307)

brucew 09-27-2006 01:35 PM

Mini cart colors only?
 
How can I change the bg color and the text color of the minicart and ONLY the minicart?

I can get the bg to change via the menu_cart.tpl, but there seems to be a vertical length of black to the left of the box- otherwise though I can't figure out how to get the text to change.

thank you!

mcitde 09-27-2006 04:33 PM

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.


All times are GMT -8. The time now is 06:34 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.