Is it possible to move the sale label on shop items from the top left of the image to the bottom right?
Site URL: hidden Theme version: .9.1.13Hello, @ClassW,
Thank you so much for purchasing our theme and contacting our support center.
Should you wish to modify the position of the Sale label from the top left to the bottom right, kindly replicate the following CSS code into the designated location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
Subsequently, please ensure to clear your browser cache to visualize the changes. The anticipated outcome should resemble this: https://postimg.cc/svXnJ1qN
.products-loop .onsale {
left: unset !important;
right: 10px;
bottom: 12px;
top: 120px;
}
Yours Sincerely,
8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.