This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
I want to change the size and position of Sale and New Icon in Blanco theme. Please guide me on the same. Also want to display Sale and/or new icon in the single product page. How to do it?
Hello,
1) You can use this code in custom.css file
.label-icon.new-label{
background-size: 110%;
}
.label-icon {
left: 50px;
top: 50px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
2) Sorry, but we don’t have such option in our theme.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up