View Single Post
  #2  
Old 06-26-2010, 11:45 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Ajax Minicart background image problem

I found the solution: in altskin.css, I added the following style after line 663:

.ajax-minicart ul {
background: #FFFFFF;
}


(You can add it anywhere you like, of course, it doesn't have to be after line 663, it's just that that's where the rest of the .ajax-minicart styles are kept).
So all the minicart AJAX calls look at that area of altskin.css for styles.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote