Quote Originally Posted by mikestaps View Post
The position of the red stamp like image that shows up under the price (if you have that active...) is controlled by the price class in the css near the top of the define_main_page.
Mine was in the lower left when it showed up with the setting:
Code:
.price{
    position: relative;
    top: -35%;
    left: 0;
}
I did throw this up on my live store while I'm working on the new one if you want to check it out - HERE
Could you please tell me how to turn off the stamp? I didn't spot a control for it. Thanks...