This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
Is it possible to move the sale label on shop items from the top left of the image to the bottom right?
Hello, @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