- Posts: 1
- Thank you received: 0
where to change the background color of the cart
13 years 10 months ago - 13 years 10 months 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: 13 years 10 months ago by shakes.
Please Log in to join the conversation.
13 years 10 months 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.162 seconds