Hi, I've started a shop using the latest version of quickcart. I've changed most of the colors and backgrounds in default.css using Notepad, but I can't for my life find where to change the red color of the background in the "my cart" button at the top of the page, and the prices are also the same red color. Does anyone know how to change those two color variables?
Here's my site: http://spaceage-design.com/Quick.cart/index.php?p=
» Quick.Cart v2.x
georgey2k
2007-04-10 23:58
#menu3 ul
Get webdeveloper plugin for firefox, life would be easier.
ok. You need to edit templates /default.css - you can change all the colours there
The prices is round about line 55 - .entry .basket, .entry .price{float:right;display:block;margin:15px 0 5px 0;font-size:1.25em;font-weight:bold;color:#f00; change #f00 to a new colour code for example #000066 = dark blue
for the my cart find line 174 or there about
/* MENU 3 styles - top menu on right logo */ #menu3{float:right;height:30px;margin:0 15px 0 0;list-style:none;background:#f00;color:#fff;}
change background:#f00
Play around with the default.css to change all the colours on your cart frontend.
hanna_engkvist
2007-04-11 19:50
Thank you, it worked! :)
ghopper888
2007-06-24 15:26
Hi.....I got the same problem here.......I want to change the red colour of 'my cart', 'arrow' and 'add to basket' button.
I try to remove the red colour but it is not working......only part of the colour change correctly for "my cart" which is on the top of the page and the rest is not working at all..........please help me.........thanks.
www.ghopper888.com
merci
2007-06-25 08:19
ghopper888 - you have to change color in templates/dafault.css as anjo wrote, but it is not all...as you wrote it changes only a part of it. It is because you have to change also a color of small graphics - icons in some graphic program. To change a color of small basket near "my cart" - change color of templates/img/ico_basket_top
ghopper888
2007-06-25 17:43
Thanks for the reply........I guess so too, but I cannot do any changes there.........please adv how to change......thanks.
ghopper888
2007-06-25 18:18
Thanks.........I manage to solve the problem already.......thanks.