- Posts: 1
- Thank you received: 0
where to change the background color of the cart
14 years 2 weeks ago - 14 years 2 weeks ago #13891
by shakes
where to change the background color of the cart was created by shakes
where can I change the background color of the cart when I add a product:
eg:
1) go to: demo.hotjoomlatemplates.com/cosmetics/index.php?style=3
2) select Eyes category and add a product to cart;
3) the background color of the cart is different;
where can I change the background color of the cart?
eg:
1) go to: demo.hotjoomlatemplates.com/cosmetics/index.php?style=3
2) select Eyes category and add a product to cart;
3) the background color of the cart is different;
where can I change the background color of the cart?
Last edit: 14 years 2 weeks ago by shakes.
Please Log in to join the conversation.
14 years 2 weeks ago #13910
by milos
Replied by milos on topic Re: where to change the background color of the cart
Please edit file /templates/hot_cosmetics/css/template_css.css and change this part:
to
Code:
div.vmCartModule {
clear:both;
float:right;
width:140px;
color:#fff;
font-size:11px;
text-transform:lowercase;
}
Code:
div.vmCartModule {
clear:both;
float:right;
width:140px;
color:#fff;
font-size:11px;
text-transform:lowercase;
background:none !important;
}
Please Log in to join the conversation.
Time to create page: 0.192 seconds