View Single Post
  #7  
Old 05-26-2011, 08:01 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Changing colors in template

You can use Firefox+Firebug to look directly at the css settings. You can make changes on the fly and debug to see what works, then make the changes directly to the appropriate css files:

/cart/skin/common_files/modules/One_Page_Checkout/main.css

fieldset.registerform ul {
background: transparent;
margin: 0;
padding: 0 15px;
position: relative;
}


div.opc-section-container {
background: transparent;
margin: 0;
padding: 10px 0;
}
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote