Jump to content

shoping cart color


peter54

Recommended Posts

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
 
After
 
Paul
Link to comment
Share on other sites

 

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

×
×
  • Create New...