Jump to content

How To Change Cart Summary Color?


Recommended Posts

Hello

First, go to back office in preferences->orders

and set:

"Order process type " to "One-page checkout"

"Enable guest checkout to "Yes"

 

It is much easier to work on changing colors

Then tell me, what else do you need to change in color
Send a link to your website

Link to comment
Share on other sites

Hello

First, go to back office in preferences->orders

and set:

"Order process type " to "One-page checkout"

"Enable guest checkout to "Yes"

 

It is much easier to work on changing colors

Then tell me, what else do you need to change in color

Send a link to your website

Phil don't want to change checkout process,he wants only to change color from green to black.

Link to comment
Share on other sites

Hi, thank you so much. 
If you can help me, I also would like to change the color in the "new arrivals / best sellers" box, now is dark gray (#333333 I think) and I want it black (#000000).
In the product page I would like to change the green box color too (http://www.corcelstore.com/index.php?id_product=175&controller=product&id_lang=1)

Actually, my point is change all the colors to black (except the red line "sale!")

Here is my website, it's no finished and I am not a webdesigner. www.corcelstore.com
Thank you!

Link to comment
Share on other sites

1.

http://www.corcelstore.com/themes/default-bootstrap/css/global.css

line 6269:

background:#000;

 

2.

http://www.corcelstore.com/themes/default-bootstrap/css/product.css

line 470 delete background

 

http://www.corcelstore.com/modules/fkcorreiosliteg2/css/fkcorreiosliteg2_front.css

line 161:

#fkcorreiosliteg2-adic-carrinho-faixa-msg {
    background: #000!important;
    font-size: 11px;
}

 

http://www.corcelstore.com/modules/fkcorreiosliteg2/css/fkcorreiosliteg2_front.css

line 12:

.fkcorreiosliteg2-button {
    background: #000!important;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 20px;
    padding: 5px 10px;
}
  • Like 2
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...