I would like to set the background of the Cart (and change font colors if necessary) to a different color or background image. Couldn't find clear info (code) for doing this.
Unfortunately, there is no straight forward method to do that.You can look at http://www.e-junkie.com/ej/help.custom-cart.php and it explains at the bottom to "hack" the cart. However, you will need web development experience and we will be unable to provide any support for this.
Where in the code do you insert the instructions ie EJEJC_OPACITY = 60;
in EJEJC_config function in the VIEW CART code.like:function EJEJC_config() {EJEJC_OPACITY = 60;}If this function does not exit in the VIEW CART code, just add it there.
<script language="javascript" type="text/javascript"><!-- function EJEJC_lc(th) { return false; } function EJEJC_config() {EJEJC_WIDTH=80;EJEJC_HEIGHT=400;}// --></script><script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>
Share and learn in the E-junkie community.