pat123 Posted January 31, 2014 Share Posted January 31, 2014 (edited) In global.css I added the code body a{ color:white!important;} (see post http://www.prestashop.com/forums/topic/304293-changing-text-color-in-the-blocks/?hl=%2Bpat123&do=findComment&comment=1540283 , answer by moderator vekia ) So all links are white (which is good readable against the black background) But , the link "cart" (upperright-corner)( of winkelwagen in Dutch) is white on a lightgrey-background. How can I change the color of the link "cart" ( leaving the other links untouched) or (if not possible) perhaps I can change the light-grey-image , if I should know the name? Tx patriek Edited February 21, 2014 by pat123 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted January 31, 2014 Share Posted January 31, 2014 Good morning Try going to: blockuserinfo.css around line 19 and add the line in RED /* cart */ .lt-ie6 #shopping_cart {width: 130px;} #shopping_cart a{ height: 15px; padding:15px 27px 10px 43px; background: url('img/icon/cart.gif') no-repeat 10px 9px #eee; min-width: 130px;/* 200 */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;display:block; color: #000!important; Result http://screencast.com/t/Sm0Gn4rzcY You can, of course, change #000 to any colour you require Hope this helps Paul Link to comment Share on other sites More sharing options...
pat123 Posted January 31, 2014 Author Share Posted January 31, 2014 OK, I will do that (Monday I have to leave in 5 min.) But thank you already one small question : how do you manage to take a screenshot of the changed site ? Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 http://getfirebug.com/css you can change css styles with "realtime" preview Link to comment Share on other sites More sharing options...
pat123 Posted February 2, 2014 Author Share Posted February 2, 2014 Nice to know Tx Link to comment Share on other sites More sharing options...
pat123 Posted February 19, 2014 Author Share Posted February 19, 2014 (edited) Nice to know Tx Hoi Vekia, I try to change the color of the description on the order-page (see attached) I use (try to use) firebug to determine what to change in which CSS. But I'm a bit stuck. Where can I see on the screen which css I must alter? I have to add probably a "color"-parm but How to add something In firebug? I add a screenshot to this topic. Hopeflly you can help me to go further. a general change of link-color is not suitable. Because the background is black I had to put in following code in global.css (remember? ): /* change link-color from default (black) to white */ body a{ color:white!important; } so the link-change(productdescription) must be done on the css-file specifief for orderig, not in global.css. Patriek similar problem http://test.italiaansewijnkopen.be/index.php?controller=order&multi-shipping= (see screenshot "choose payment) Edited February 19, 2014 by pat123 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 select an item and check right hand window with css styles you will find styles and file where this style is, just change it. 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