![]() |
Change color for cart module
Hi,
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. Anyone can help me? Thank you |
Re: Change color for cart module
Quote:
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. |
Re: Change color for cart module
Hi,
i have to opern cart.tpl? Thank you for your help. |
Re: Change color for cart module
No, cart.tpl is the shopping cart. You are talking about the mini-cart. Use webmaster mode to determine which template is which, and edit the styles accordingly.
|
Re: Change color for cart module
I have checked minicart.tpl but i couldn't find
VertMenuBox class. Anyone can help me? Thank you |
Re: Change color for cart module
VertMenuBox class is located in main css file (skin1.css) and have next format:
Code:
.VertMenuBox { |
Re: Change color for cart module
I would change the backgroung color just for the mini cart module but i don't know what i have to do.
Can you help me? Thank you again |
Re: Change color for cart module
open "customer/main/minicart.tpl" and edit next line
Code:
<table cellpadding="1" cellspacing="0"> Code:
<table cellpadding="1" cellspacing="0" bgcolor="#abcdef"> |
Re: Change color for cart module
Unfortunately the background color doesn't change for all the modules but just for the first line where the cart image is.
I would want to change all the module. Thank you |
Re: Change color for cart module
open "customer/menu_cart.tpl" file, find a string
Code:
{ include file="menu.tpl" ... menu_content=$smarty.capture.menu } Code:
my_bg="#abcdef" open "menu.tpl" file, find a string Code:
<table cellspacing="1" width="100%" class="VertMenuBorder"> Code:
<table cellspacing="1" width="100%" class="VertMenuBorder" {if $my_bg}{$my_bg}{/if}> |
All times are GMT -8. The time now is 08:07 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.