This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Stan Russell
Hi,
Is it possible to move the “Sale” icon to the bottom right of the products?
http://south.devmoxy.com/wp-content/uploads/2015/06/screen.jpg
Thanks!
Terry
Hello,
please create custom.css file in your theme folder and add there following code:
.sale-label{
right:5px;
bottom:5px;
left: auto;
top: auto;
}
You can rename file ‘default.custom.css’ instead of creating new one.
After that please activate Custom css in theme options > Custom css > enable.
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up