View Single Post
  #2  
Old 09-13-2006, 10:48 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Customising the Edit Options Popup at Cart

try:

customer/main/popup_poptions.tpl

your colors are all in the CSS:
/*
Popup styles
*/
.PopupContainer { width: 100%; text-align: center; height: 100%; }
.PopupTitle { background-color: #F8B1D7; font-size: 12px; font-weight: bold; text-align: center; height: 15px; vertical-align: middle; }
.PopupBG { background-color: #fff; }
.PopupHelpLink { color: #330000; font-size: 9px; text-decoration: none; }

I have no idea where the size of the popup is. At least you can change the color now.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote