Cart button color

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue May 16, 2017 2:16 pm
Reply with quote
Report this post
Hi, I did several attempts but I did not succeed ...
I would like to change the color of the button (also rollover) to the coupon code button into the cart, I did various tests using override.css and !important but I did not get anything.
User avatar
Expert Boarder

teitbite
Sat May 20, 2017 9:28 am
Reply with quote
Report this post
Hi

Please tell me the url I'll be able to see the button You have in mind. Can You show me exactly which one is it ?
User avatar
Moderator

GK User
Mon May 22, 2017 10:51 am
Reply with quote
Report this post
User avatar
Expert Boarder

teitbite
Sat May 27, 2017 9:30 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.cart-summary span.details-button input.details-button {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}

.cart-summary span.details-button input.details-button:hover {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}
User avatar
Moderator


cron