peter54 Posted November 14, 2014 Share Posted November 14, 2014 hi guys, I would like to ask you how I changed this gray color, which is cart on the some other. Where can I make this change? THANK YOU Link to comment Share on other sites More sharing options...
Paulito Posted November 14, 2014 Share Posted November 14, 2014 Hello I do not think your theme affects this colour so, go to: blockcart.css, around line 30 and change the colour .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #333333; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); overflow: hidden; } Before http://screencast.com/t/pleqljiL After http://screencast.com/t/XvDpd9iQYl Paul Link to comment Share on other sites More sharing options...
peter54 Posted November 15, 2014 Author Share Posted November 15, 2014 (edited) Hello I do not think your theme affects this colour so, go to: blockcart.css, around line 30 and change the colour .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #333333; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); overflow: hidden; } Before http://screencast.com/t/pleqljiL After http://screencast.com/t/XvDpd9iQYl Paul thank you, I did this at the functions "examine the element" found, but rather a problem for me to find "blockcart.css" because I do not know which part of the hunger which could be made with these changes. I searched and from what I wrote Google Chrome with reference to the css in the "examine the element" but unfortunately when I pulled the .css these settings were not there. So some exact path ... do not you give? Edited November 15, 2014 by peter54 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted November 15, 2014 Share Posted November 15, 2014 Hello Add this code anywhere in global.css .shopping_cart > a:first-child {background: #c20000!important} Change this colour to any you would like Result http://screencast.com/t/UnPgPUfP Paul Link to comment Share on other sites More sharing options...
peter54 Posted November 15, 2014 Author Share Posted November 15, 2014 Hello Add this code anywhere in global.css .shopping_cart > a:first-child {background: #c20000!important} Change this colour to any you would like Result http://screencast.com/t/UnPgPUfP Paul thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts