
Originally Posted by
Serious
Currently testing on my local site, so no link.
Using ZC 1.39
Is it possible to move the red button thingy, or even remove it completely? I'd like to have it in the lower left corner of the images I'm using.
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
Bookmarks