disregard previous comment about the sidebox not displaying... it is displaying now... the problem of the 6 most recent items.... is still on my priority list. I also do not want to display the product images in this area...
my background image is not displaying correctly for this sidebox. as you can see on my page
https://www.toyzeum.com/store/ the background image in the whatsnew sidebox is displaying behind the product text and not for the actual sidebox itself.
Also- the CSS code modification for this sidebox on the style sheet is not creating new size for this sidebox... it needs to be 293 x260 px
#whatsnew {border: none;}
#whatsnewHeading {display: none;}
#whatsnew.rightBoxContainer a {
background-image: url(
https://www.toyzeum.com/store/images...finds_bg.jpg);
height:260px;
width:293px;
}