flotyi Posted January 2, 2013 Share Posted January 2, 2013 Hi, My shopping cart's font colour is white with grey background, so it is not visible at all. Where can I change the font colour? Thanks. Link to comment Share on other sites More sharing options...
Joel Bardsley Posted January 3, 2013 Share Posted January 3, 2013 Hi flotyl, The font colours for the cart are linked to the font colours from your body and link text. If you want to change the colours without affecting the other font colours in the shop, you could add some css either to global.css (in your prestashop theme folder) or to the cart module itself. I'm not sure if you're a developer so if you need assistance with that, feel free to leave me a message. Thanks, Joel Link to comment Share on other sites More sharing options...
vekia Posted January 3, 2013 Share Posted January 3, 2013 you can also change font color in cartblock module tpl files Link to comment Share on other sites More sharing options...
tdr170 Posted January 3, 2013 Share Posted January 3, 2013 You can change these in blockcart.css by adding color:yourcolor to the correct section, in the example below the text for shipping, total are changed to red. #cart_block p span { clear: right; float: left; text-align: right; color:red } This will change the prices to red. #cart_block span.price { color: red; float: right } Link to comment Share on other sites More sharing options...
flotyi Posted January 3, 2013 Author Share Posted January 3, 2013 I got it, thanks!! It looks nice. Link to comment Share on other sites More sharing options...
vekia Posted January 3, 2013 Share Posted January 3, 2013 i marked this topic as solved, if someone want to change colors in own shop - can read solution above posted by tdr170 Link to comment Share on other sites More sharing options...
lasseulrich Posted April 16, 2013 Share Posted April 16, 2013 Doesn´t work in 1.5.4.0 Link to comment Share on other sites More sharing options...
vekia Posted April 16, 2013 Share Posted April 16, 2013 Doesn´t work in 1.5.4.0 you use default template? Link to comment Share on other sites More sharing options...
lasseulrich Posted April 16, 2013 Share Posted April 16, 2013 Yes Link to comment Share on other sites More sharing options...
GoneVintage Posted April 17, 2013 Share Posted April 17, 2013 Try using firebug, locate the css and change color - works like a charm! Link to comment Share on other sites More sharing options...
lasseulrich Posted April 17, 2013 Share Posted April 17, 2013 Try using firebug, locate the css and change color - works like a charm! Piece of crap, wasn´t able to find the correct css file. Thanks anyway Link to comment Share on other sites More sharing options...
GoneVintage Posted April 17, 2013 Share Posted April 17, 2013 Piece of crap, wasn´t able to find the correct css file. Thanks anyway Place your store url, I'll find it for you Link to comment Share on other sites More sharing options...
Joel Bardsley Posted April 17, 2013 Share Posted April 17, 2013 Try this lasseulrich: In blockcart.css, add the color property as follows: #cart_block #cart-prices { padding: 10px 4px; line-height: 20px; font-weight: bold; border-top: 1px solid #999; color: red; } Link to comment Share on other sites More sharing options...
GoneVintage Posted April 17, 2013 Share Posted April 17, 2013 Try this lasseulrich: In blockcart.css, add the color property as follows: #cart_block #cart-prices { padding: 10px 4px; line-height: 20px; font-weight: bold; border-top: 1px solid #999; color: red; } Actually Firebug allows you to live edit the css and see the changes immediately. When satisfied - go and change the file with your favorite text editor. Notepad++ is my personal best. Link to comment Share on other sites More sharing options...
lasseulrich Posted April 17, 2013 Share Posted April 17, 2013 Place your store url, I'll find it for you Really can´t get this to work, would like to get the "Lägg i varukorgen (Add to cart)"-text to be in white. URL: http://109.73.160.138/~pryltoki/index.php?id_category=4&controller=category Help is much appreciated. Link to comment Share on other sites More sharing options...
Joel Bardsley Posted April 17, 2013 Share Posted April 17, 2013 In product_list.css add this: #product_list a.button { color: white; } Should result in how you want it. 1 Link to comment Share on other sites More sharing options...
lasseulrich Posted April 17, 2013 Share Posted April 17, 2013 In product_list.css add this: #product_list a.button { color: white; } Should result in how you want it. Thanks a lot Joel! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now