Checkout Terms And Conditions Block Colour

I need some help please regarding the Terms and Conditions block when the client is checking out.

The block where the terms are displayed is very dark and text is almost unreadable to most users. Is there a way to change the color to white and text as normal.

I am using the (blue) color selection for JM_Natris.

Please see example:

3 answers

Profile photo of thangnn1510 0.00 $tone November 30, 2010
Public

Hi Dotcomstudio!

Welcome back to joomlart. This is the quick fix for your problem:

-- Edit: skin/frontend/default/jm_natris/css/theme.css

-- Find this line (about line 4719):

HTML Code:

.opc .checkout-agreements .agreement-content {
background-color:#555555;
border-color:#F8F8F8;
padding:5px;
}

-- Change to:

HTML Code:

.opc .checkout-agreements .agreement-content {
background-color:#555555;
border-color:#F8F8F8;
padding:5px;
color:#FFFFFF;
}

Hope this helps you !

#1
Profile photo of thangnn1510 0.00 $tone December 17, 2010
Public

Dear Johnpark!

Term and condition box is a feature of magento. To enable it plz login to admin and do 2 following simple steps:

-- go to "sales" then go to "Terms and conditions" create new one

-- Go to "system" -> "configuration" find checkout tab. Set "Enable Terms and Conditions" is yes.

plz go to frontend, checkout and see the result.

Hope this helps you.

#3

Please login or Register to Submit Answer

Written By

Comments