Jump to content

(SOLVED) cart color-change


Recommended Posts

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 by pat123 (see edit history)
Link to comment
Share on other sites

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
 
You can, of course, change #000 to any colour you require
 
Hope this helps
 
Paul
Link to comment
Share on other sites

  • 3 weeks later...

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)

post-474529-0-73195300-1392825234_thumb.jpg

post-474529-0-64518900-1392827730_thumb.jpg

Edited by pat123 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...