Jump to content

Changing font color on checkout


'Woger

Recommended Posts

It's the standard checkout page of the default theme. It's the f.e. the overview page where you can see the both addresses. The addresses are not readable. I have to ask the owner if he can make an account because it's restricted (resellers only).

Greetings,

Roger

Link to comment
Share on other sites

Hello,

 

1. Go to yourwebshop/themes/default-bootstrap/order-address.tpl

Search for

    <div class="row">
        <div class="col-xs-12 col-sm-6"{if $cart->isVirtualCart()} style="display:none;"{/if}>
            <ul class="address item box" id="address_delivery">
            </ul>
        </div>
        <div class="col-xs-12 col-sm-6">
            <ul class="address alternate_item{if $cart->isVirtualCart()} full_width{/if} box" id="address_invoice">
            </ul>
        </div>
    </div> <!-- end row -->

2. Now change <div class="row"> to <div class="row" style="color:red;">

3. Save and upload your document to your server

4. Refresh your page, (delete your cache if needed)

 

Kind regards,

Jaimy

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...